| Index: chrome/browser/history/url_database.cc
|
| diff --git a/chrome/browser/history/url_database.cc b/chrome/browser/history/url_database.cc
|
| index 605213b135e371ba7d38a449a7751bc39df394a3..9de3e1a21e58672a35e89d95aad9c0845c028a75 100644
|
| --- a/chrome/browser/history/url_database.cc
|
| +++ b/chrome/browser/history/url_database.cc
|
| @@ -313,8 +313,8 @@ bool URLDatabase::AutocompleteForPrefix(const std::string& prefix,
|
|
|
| bool URLDatabase::IsTypedHost(const std::string& host) {
|
| const char* schemes[] = {
|
| - content::kHttpScheme,
|
| - content::kHttpsScheme,
|
| + url::kHttpScheme,
|
| + url::kHttpsScheme,
|
| content::kFtpScheme
|
| };
|
| URLRows dummy;
|
|
|