url_canon.cc 438 B

123456789101112131415
  1. // Copyright 2017 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "url/url_canon.h"
  5. #include "base/component_export.h"
  6. namespace url {
  7. template class EXPORT_TEMPLATE_DEFINE(COMPONENT_EXPORT(URL)) CanonOutputT<char>;
  8. template class EXPORT_TEMPLATE_DEFINE(COMPONENT_EXPORT(URL))
  9. CanonOutputT<char16_t>;
  10. } // namespace url