| Index: chrome/browser/importer/profile_writer.cc
|
| diff --git a/chrome/browser/importer/profile_writer.cc b/chrome/browser/importer/profile_writer.cc
|
| index ab5b4482d5c56d22c0cf2923f77fc3bceab658ad..6bf93dc79ef4477c79149762385d766251581abc 100644
|
| --- a/chrome/browser/importer/profile_writer.cc
|
| +++ b/chrome/browser/importer/profile_writer.cc
|
| @@ -68,7 +68,7 @@ base::string16 GenerateUniqueFolderName(BookmarkModel* model,
|
|
|
| // Shows the bookmarks toolbar.
|
| void ShowBookmarkBar(Profile* profile) {
|
| - profile->GetPrefs()->SetBoolean(prefs::kShowBookmarkBar, true);
|
| + profile->GetPrefs()->SetBoolean(bookmarks::prefs::kShowBookmarkBar, true);
|
| }
|
|
|
| } // namespace
|
|
|