| Index: chrome/browser/bookmarks/bookmark_utils.h
|
| diff --git a/chrome/browser/bookmarks/bookmark_utils.h b/chrome/browser/bookmarks/bookmark_utils.h
|
| index 1f2c678afc320dd2e8f28e6dbc0e6a3968ba87dc..7949adca80f7082bb4b9b16165f78f0cc493d96e 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 PrefServiceBase;
|
| +class PrefServiceSyncable;
|
| class Profile;
|
|
|
| namespace content {
|
| @@ -164,7 +164,7 @@ const BookmarkNode* ApplyEditsWithPossibleFolderChange(
|
| const GURL& new_url);
|
|
|
| // Register user preferences for BookmarksBar.
|
| -void RegisterUserPrefs(PrefServiceBase* prefs);
|
| +void RegisterUserPrefs(PrefServiceSyncable* prefs);
|
|
|
| // Returns the parent for newly created folders/bookmarks. If |selection| has
|
| // one element and it is a folder, |selection[0]| is returned, otherwise
|
|
|