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

Unified Diff: src/url_util_internal.h

Issue 14090005: Modify the headers in src/ to forward to url/*.h (Closed) Base URL: http://google-url.googlecode.com/svn/trunk
Patch Set: Created 7 years, 8 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 | « src/url_util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/url_util_internal.h
diff --git a/src/url_util_internal.h b/src/url_util_internal.h
index 1fbb46aa26c285e969b4b5d0d7e78427c32cee86..95cb1809d0d817410f9e3997f9156e5e73a01e1a 100644
--- a/src/url_util_internal.h
+++ b/src/url_util_internal.h
@@ -30,27 +30,6 @@
#ifndef GOOGLEURL_SRC_URL_UTIL_INTERNAL_H__
#define GOOGLEURL_SRC_URL_UTIL_INTERNAL_H__
-#include <string>
-
-#include "base/string16.h"
-#include "googleurl/src/url_common.h"
-#include "googleurl/src/url_parse.h"
-
-namespace url_util {
-
-extern const char kFileScheme[];
-extern const char kFileSystemScheme[];
-extern const char kMailtoScheme[];
-
-// Given a string and a range inside the string, compares it to the given
-// lower-case |compare_to| buffer.
-bool CompareSchemeComponent(const char* spec,
- const url_parse::Component& component,
- const char* compare_to);
-bool CompareSchemeComponent(const char16* spec,
- const url_parse::Component& component,
- const char* compare_to);
-
-} // namespace url_util
+#include "url/url_util_internal.h"
#endif // GOOGLEURL_SRC_URL_UTIL_INTERNAL_H__
« no previous file with comments | « src/url_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698