Upload upstream chromium 67.0.3396
[platform/framework/web/chromium-efl.git] / url / url_canon.cc
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
5 #include "url/url_canon.h"
6
7 namespace url {
8
9 template class EXPORT_TEMPLATE_DEFINE(URL_EXPORT) CanonOutputT<char>;
10 template class EXPORT_TEMPLATE_DEFINE(URL_EXPORT) CanonOutputT<base::char16>;
11
12 }  // namespace url