| Index: chrome/browser/history/url_database.cc
|
| diff --git a/chrome/browser/history/url_database.cc b/chrome/browser/history/url_database.cc
|
| index 6d6393b61c0cc8322194607c1020cbc6e1547963..1c90cda9d0c56df6df8018eb352dbe40b5b020bc 100644
|
| --- a/chrome/browser/history/url_database.cc
|
| +++ b/chrome/browser/history/url_database.cc
|
| @@ -286,7 +286,7 @@ bool URLDatabase::IsTypedHost(const std::string& host) {
|
| const char* schemes[] = {
|
| content::kHttpScheme,
|
| content::kHttpsScheme,
|
| - chrome::kFtpScheme
|
| + content::kFtpScheme
|
| };
|
| URLRows dummy;
|
| for (size_t i = 0; i < arraysize(schemes); ++i) {
|
|
|