| Index: chrome/browser/bookmarks/bookmark_utils.h
|
| diff --git a/chrome/browser/bookmarks/bookmark_utils.h b/chrome/browser/bookmarks/bookmark_utils.h
|
| index 12631b6a6ef1d8d5fb946dea16d5d3f96ae9643c..0b52e8da1ff88cf0ae97dd606fd248d9bd79dd64 100644
|
| --- a/chrome/browser/bookmarks/bookmark_utils.h
|
| +++ b/chrome/browser/bookmarks/bookmark_utils.h
|
| @@ -17,7 +17,7 @@
|
| class BookmarkModel;
|
| class BookmarkNode;
|
| class Browser;
|
| -class PrefServiceSyncable;
|
| +class PrefRegistrySyncable;
|
| class Profile;
|
|
|
| namespace content {
|
| @@ -160,7 +160,7 @@ const BookmarkNode* ApplyEditsWithPossibleFolderChange(
|
| const GURL& new_url);
|
|
|
| // Register user preferences for BookmarksBar.
|
| -void RegisterUserPrefs(PrefServiceSyncable* prefs);
|
| +void RegisterUserPrefs(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
|
|
|