summaryrefslogtreecommitdiffstats
path: root/chrome/browser/search/search.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/search/search.cc')
-rw-r--r--chrome/browser/search/search.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/search/search.cc b/chrome/browser/search/search.cc
index 46ea5d7..7967311b 100644
--- a/chrome/browser/search/search.cc
+++ b/chrome/browser/search/search.cc
@@ -532,7 +532,7 @@ GURL GetInstantURL(Profile* profile, int start_margin,
if (!instant_url.SchemeIsSecure() &&
!google_util::StartsWithCommandLineGoogleBaseURL(instant_url)) {
GURL::Replacements replacements;
- const std::string secure_scheme(content::kHttpsScheme);
+ const std::string secure_scheme(url::kHttpsScheme);
replacements.SetSchemeStr(secure_scheme);
instant_url = instant_url.ReplaceComponents(replacements);
}