| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_toolbar_view.h
|
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_toolbar_view.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_toolbar_view.h
|
| index 4eb25cd024431738d7ae281e4aa912d84b2fd7a1..1ff85e31137aa416d80492fee0c099b58db96000 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_toolbar_view.h
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_toolbar_view.h
|
| @@ -17,7 +17,7 @@
|
|
|
| @class BookmarkBarView;
|
|
|
| -class ThemeService;
|
| +class Profile;
|
|
|
| // An interface to allow mocking of a BookmarkBarController by the
|
| // BookmarkBarToolbarView.
|
| @@ -27,8 +27,8 @@ class ThemeService;
|
| // background image is joined.
|
| - (int)currentTabContentsHeight;
|
|
|
| -// Current theme service.
|
| -- (ThemeService*)themeService;
|
| +// Current profile.
|
| +- (Profile*)profile;
|
|
|
| @end
|
|
|
|
|