| Index: chrome/browser/views/bookmark_manager_view.h
|
| ===================================================================
|
| --- chrome/browser/views/bookmark_manager_view.h (revision 17462)
|
| +++ chrome/browser/views/bookmark_manager_view.h (working copy)
|
| @@ -22,7 +22,6 @@
|
| class BookmarkFolderTreeView;
|
| class BookmarkTableModel;
|
| class BookmarkTableView;
|
| -class PrefService;
|
| class Profile;
|
|
|
| namespace views {
|
| @@ -55,8 +54,6 @@
|
| explicit BookmarkManagerView(Profile* profile);
|
| virtual ~BookmarkManagerView();
|
|
|
| - static void RegisterPrefs(PrefService* prefs);
|
| -
|
| // Shows the bookmark manager. Only one bookmark manager exists.
|
| static void Show(Profile* profile);
|
|
|
|
|