Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(270)

Side by Side Diff: url/url_export.h

Issue 260903011: Renamed namespaces of url lib and removed namespace aliases. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Thu 05/01/2014 11:38:37.95 Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « url/third_party/mozilla/url_parse.h ('k') | webkit/common/database/database_identifier.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef URL_URL_EXPORT_H_ 5 #ifndef URL_URL_EXPORT_H_
6 #define URL_URL_EXPORT_H_ 6 #define URL_URL_EXPORT_H_
7 7
8 #if defined(COMPONENT_BUILD) 8 #if defined(COMPONENT_BUILD)
9 #if defined(WIN32) 9 #if defined(WIN32)
10 10
(...skipping 12 matching lines...) Expand all
23 #endif // defined(URL_IMPLEMENTATION) 23 #endif // defined(URL_IMPLEMENTATION)
24 24
25 #endif // defined(WIN32) 25 #endif // defined(WIN32)
26 26
27 #else // !defined(COMPONENT_BUILD) 27 #else // !defined(COMPONENT_BUILD)
28 28
29 #define URL_EXPORT 29 #define URL_EXPORT
30 30
31 #endif // define(COMPONENT_BUILD) 31 #endif // define(COMPONENT_BUILD)
32 32
33 // TODO(vitalybuka, crbug.com/364747) url_util is deprecated, remove after
34 // fixing depending code.
35 namespace url {}
36 namespace url_util = ::url;
37 namespace url_parse = ::url;
38 namespace url_canon = ::url;
39
40 #endif // URL_URL_EXPORT_H_ 33 #endif // URL_URL_EXPORT_H_
OLDNEW
« no previous file with comments | « url/third_party/mozilla/url_parse.h ('k') | webkit/common/database/database_identifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698