| Index: chrome/browser/ui/views/toolbar/toolbar_view.h
|
| diff --git a/chrome/browser/ui/views/toolbar/toolbar_view.h b/chrome/browser/ui/views/toolbar/toolbar_view.h
|
| index 18b9fe54e5eca8c978a162231a37447986d766ae..2fcdc3ad54f737a6bbb46d794bfe3aad143cd055 100644
|
| --- a/chrome/browser/ui/views/toolbar/toolbar_view.h
|
| +++ b/chrome/browser/ui/views/toolbar/toolbar_view.h
|
| @@ -24,6 +24,7 @@ class BrowserActionsContainer;
|
| class Browser;
|
| class HomeImageButton;
|
| class ReloadButton;
|
| +class ToolbarButton;
|
| class WrenchMenu;
|
| class WrenchMenuModel;
|
| class WrenchToolbarButton;
|
| @@ -206,8 +207,8 @@ class ToolbarView : public views::AccessiblePaneView,
|
| int content_shadow_height() const;
|
|
|
| // Controls
|
| - views::ImageButton* back_;
|
| - views::ImageButton* forward_;
|
| + ToolbarButton* back_;
|
| + ToolbarButton* forward_;
|
| ReloadButton* reload_;
|
| HomeImageButton* home_;
|
| LocationBarView* location_bar_;
|
|
|