Index: chrome/browser/history/url_database.cc |
diff --git a/chrome/browser/history/url_database.cc b/chrome/browser/history/url_database.cc |
index e484dd2bc82f38a677f6511088ec93545f91d390..1af9f400b84361f66e8e57afcfd44d31bc28f75e 100644 |
--- a/chrome/browser/history/url_database.cc |
+++ b/chrome/browser/history/url_database.cc |
@@ -312,7 +312,7 @@ bool URLDatabase::AutocompleteForPrefix(const std::string& prefix, |
bool URLDatabase::IsTypedHost(const std::string& host) { |
const char* schemes[] = { |
- chrome::kHttpScheme, |
+ content::kHttpScheme, |
content::kHttpsScheme, |
chrome::kFtpScheme |
}; |