| Index: chrome/browser/bookmarks/bookmark_utils.h
|
| diff --git a/chrome/browser/bookmarks/bookmark_utils.h b/chrome/browser/bookmarks/bookmark_utils.h
|
| index 29d5ac0a7fc1f0fb6b2106317a0d679a2b69d523..addf0654e858b0dd970a759d23e80cb572315f41 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
|
|
|