Chromium Code Reviews| Index: chrome/browser/ui/views/toolbar/home_button.h |
| diff --git a/chrome/browser/ui/views/toolbar/home_button.h b/chrome/browser/ui/views/toolbar/home_button.h |
| index 5a1657c8ddeb1a5d0a4bf6feaadf5fbbdf1d6856..36a1e624a3385ff1d7bc23ab1ef89a2401ab0324 100644 |
| --- a/chrome/browser/ui/views/toolbar/home_button.h |
| +++ b/chrome/browser/ui/views/toolbar/home_button.h |
| @@ -7,11 +7,11 @@ |
| #include "base/basictypes.h" |
| #include "base/compiler_specific.h" |
| -#include "ui/views/controls/button/image_button.h" |
| +#include "chrome/browser/ui/views/toolbar/toolbar_button.h" |
| class Browser; |
| -class HomeImageButton : public views::ImageButton { |
| +class HomeImageButton : public ToolbarButton { |
|
Peter Kasting
2013/11/19 02:28:50
Nit: Incidentally, we maybe should rename this Hom
Greg Billock
2013/11/20 00:59:03
Done.
|
| public: |
| HomeImageButton(views::ButtonListener* listener, Browser* browser); |
| virtual ~HomeImageButton(); |