Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(840)

Unified Diff: chrome/browser/importer/profile_writer.cc

Issue 490123003: Move bookmark_pref_names.* into bookmarks namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698