| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
|
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
|
| index 25d73b0d2b6cd781083959cc163595ddf7ca58b6..3f3d3abbfc5d6e12ce453b39f0c910a446fa596d 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
|
| @@ -11,7 +11,7 @@
|
| @class BookmarkBarFolderController;
|
| @class BookmarkButton;
|
| @class BrowserWindowController;
|
| -class ThemeService;
|
| +class Profile;
|
|
|
| namespace bookmarks {
|
| class BookmarkModel;
|
| @@ -130,8 +130,8 @@ class BookmarkNode;
|
| // Used to tell the controller to stop making room for a drop.
|
| - (void)clearDropInsertionPos;
|
|
|
| -// Return the theme service associated with this browser window.
|
| -- (ThemeService*)themeService;
|
| +// Return the profile associated with this browser window.
|
| +- (Profile*)profile;
|
|
|
| // Called just before a child folder puts itself on screen.
|
| - (void)childFolderWillShow:(id<BookmarkButtonControllerProtocol>)child;
|
|
|