summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/url_database.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/history/url_database.cc')
-rw-r--r--chrome/browser/history/url_database.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/history/url_database.cc b/chrome/browser/history/url_database.cc
index 9de3e1a..e114afe 100644
--- a/chrome/browser/history/url_database.cc
+++ b/chrome/browser/history/url_database.cc
@@ -315,7 +315,7 @@ bool URLDatabase::IsTypedHost(const std::string& host) {
const char* schemes[] = {
url::kHttpScheme,
url::kHttpsScheme,
- content::kFtpScheme
+ url::kFtpScheme
};
URLRows dummy;
for (size_t i = 0; i < arraysize(schemes); ++i) {