Index: chrome/common/content_settings_helper.cc |
diff --git a/chrome/common/content_settings_helper.cc b/chrome/common/content_settings_helper.cc |
index f43bf806941b81ae6121158faf2667ef561667c2..af808706b5dd046235267c285d3d31f5c1af81bf 100644 |
--- a/chrome/common/content_settings_helper.cc |
+++ b/chrome/common/content_settings_helper.cc |
@@ -15,7 +15,7 @@ std::string OriginToString(const GURL& origin) { |
std::string port_component(origin.IntPort() != url_parse::PORT_UNSPECIFIED |
? ":" + origin.port() |
: std::string()); |
- std::string scheme_component(!origin.SchemeIs(chrome::kHttpScheme) |
+ std::string scheme_component(!origin.SchemeIs(content::kHttpScheme) |
? origin.scheme() + |
content::kStandardSchemeSeparator |
: std::string()); |