summaryrefslogtreecommitdiffstats
path: root/content/public/common/url_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/common/url_constants.h')
-rw-r--r--content/public/common/url_constants.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/public/common/url_constants.h b/content/public/common/url_constants.h
index 194bb3a..f2f7078 100644
--- a/content/public/common/url_constants.h
+++ b/content/public/common/url_constants.h
@@ -6,6 +6,7 @@
#define CONTENT_PUBLIC_COMMON_URL_CONSTANTS_H_
#include "content/common/content_export.h"
+#include "url/url_constants.h"
// Contains constants for known URLs and portions thereof.
@@ -23,8 +24,6 @@ CONTENT_EXPORT extern const char kFileScheme[];
CONTENT_EXPORT extern const char kFileSystemScheme[];
CONTENT_EXPORT extern const char kFtpScheme[];
CONTENT_EXPORT extern const char kGuestScheme[];
-CONTENT_EXPORT extern const char kHttpScheme[];
-CONTENT_EXPORT extern const char kHttpsScheme[];
CONTENT_EXPORT extern const char kJavaScriptScheme[];
CONTENT_EXPORT extern const char kMailToScheme[];
CONTENT_EXPORT extern const char kMetadataScheme[];