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__ |