| 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 097b09d5f569ee2ca4c4fb73c9988066f7995de0..b552a4f8105e00aaa9be086c24b5fc57a6eca6c5 100644
|
| --- a/chrome/utility/importer/bookmarks_file_importer.cc
|
| +++ b/chrome/utility/importer/bookmarks_file_importer.cc
|
| @@ -45,7 +45,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(chrome::kChromeUIScheme) ||
|
| + if (url.SchemeIs(content::kChromeUIScheme) ||
|
| url.SchemeIs(chrome::kAboutScheme)) {
|
| if (url.host() == chrome::kChromeUIUberHost ||
|
| url.host() == chrome::kChromeUIAboutHost)
|
|
|