| Index: chrome/utility/importer/bookmarks_file_importer.cc
|
| diff --git a/chrome/utility/importer/bookmarks_file_importer.cc b/chrome/utility/importer/bookmarks_file_importer.cc
|
| index b552a4f8105e00aaa9be086c24b5fc57a6eca6c5..909798e4135222e2bda86a0aeaf44ce0fa1ac984 100644
|
| --- a/chrome/utility/importer/bookmarks_file_importer.cc
|
| +++ b/chrome/utility/importer/bookmarks_file_importer.cc
|
| @@ -46,7 +46,7 @@ bool CanImportURL(const GURL& url) {
|
| // If |url| starts with chrome:// or about:, check if it's one of the URLs
|
| // that we support.
|
| if (url.SchemeIs(content::kChromeUIScheme) ||
|
| - url.SchemeIs(chrome::kAboutScheme)) {
|
| + url.SchemeIs(content::kAboutScheme)) {
|
| if (url.host() == chrome::kChromeUIUberHost ||
|
| url.host() == chrome::kChromeUIAboutHost)
|
| return true;
|
|
|