| Index: chrome/browser/history/history_service.cc
|
| diff --git a/chrome/browser/history/history_service.cc b/chrome/browser/history/history_service.cc
|
| index 81043923e3bae018f35d1ab0ae11791b92fbe2eb..e4c0479b2a5fbc54c2527ab4832696d444b9db90 100644
|
| --- a/chrome/browser/history/history_service.cc
|
| +++ b/chrome/browser/history/history_service.cc
|
| @@ -993,7 +993,7 @@ bool HistoryService::CanAddURL(const GURL& url) {
|
|
|
| // Allow all about: and chrome: URLs except about:blank, since the user may
|
| // like to see "chrome://memory/", etc. in their history and autocomplete.
|
| - if (url == GURL(content::kAboutBlankURL))
|
| + if (url == GURL(url::kAboutBlankURL))
|
| return false;
|
|
|
| return true;
|
|
|