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

Unified Diff: url/third_party/mozilla/url_parse.h

Issue 20349002: Stop pulling googleurl through DEPS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix android? Created 7 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « url/third_party/mozilla/README.chromium ('k') | url/third_party/mozilla/url_parse.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/third_party/mozilla/url_parse.h
diff --git a/url/url_parse.h b/url/third_party/mozilla/url_parse.h
similarity index 99%
copy from url/url_parse.h
copy to url/third_party/mozilla/url_parse.h
index 21033ddbbf6c9a056789564776417cffa2841e79..fd974f8863b079dd0d8abad325aca72a5ceab500 100644
--- a/url/url_parse.h
+++ b/url/third_party/mozilla/url_parse.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef URL_URL_PARSE_H_
-#define URL_URL_PARSE_H_
+#ifndef URL_THIRD_PARTY_MOZILLA_URL_PARSE_H_
+#define URL_THIRD_PARTY_MOZILLA_URL_PARSE_H_
#include <string>
@@ -358,4 +358,4 @@ URL_EXPORT bool ExtractQueryKeyValue(const base::char16* url,
} // namespace url_parse
-#endif // URL_URL_PARSE_H_
+#endif // URL_THIRD_PARTY_MOZILLA_URL_PARSE_H_
« no previous file with comments | « url/third_party/mozilla/README.chromium ('k') | url/third_party/mozilla/url_parse.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698