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

Unified Diff: chrome/browser/bookmarks/bookmark_utils.h

Issue 14622003: components: Move PrefRegistrySyncable into user_prefs namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years, 8 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
« no previous file with comments | « chrome/browser/bookmarks/bookmark_prompt_prefs.cc ('k') | chrome/browser/bookmarks/bookmark_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/bookmarks/bookmark_utils.h
diff --git a/chrome/browser/bookmarks/bookmark_utils.h b/chrome/browser/bookmarks/bookmark_utils.h
index f0a59ee6eb7112a434c10fc705a8523cf5087cbb..3bb4ab522d22443a6af08ed56616d87ba52e47d2 100644
--- a/chrome/browser/bookmarks/bookmark_utils.h
+++ b/chrome/browser/bookmarks/bookmark_utils.h
@@ -15,7 +15,10 @@
class BookmarkModel;
class BookmarkNode;
+
+namespace user_prefs {
class PrefRegistrySyncable;
+}
// A collection of bookmark utility functions used by various parts of the UI
// that show bookmarks: bookmark manager, bookmark bar view ...
@@ -108,8 +111,8 @@ const BookmarkNode* ApplyEditsWithPossibleFolderChange(
const string16& new_title,
const GURL& new_url);
-// Register user preferences for BookmarksBar.
-void RegisterUserPrefs(PrefRegistrySyncable* registry);
+// Register user preferences for Bookmarks Bar.
+void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
// Returns the parent for newly created folders/bookmarks. If |selection| has
// one element and it is a folder, |selection[0]| is returned, otherwise
« no previous file with comments | « chrome/browser/bookmarks/bookmark_prompt_prefs.cc ('k') | chrome/browser/bookmarks/bookmark_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698