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 05fd0fdbe7c0765187cd473297ea06c47a23fa1f..27ba43084848de30581003768290f9d98f7cd078 100644 |
| --- a/chrome/browser/ui/views/toolbar/home_button.h |
| +++ b/chrome/browser/ui/views/toolbar/home_button.h |
| @@ -25,6 +25,9 @@ class HomeButton : public ToolbarButton { |
| int OnPerformDrop(const ui::DropTargetEvent& event) override; |
| private: |
| + // views::View: |
|
Peter Kasting
2015/01/23 07:28:11
Nit: Again, this should be "ToolbarButton:".
oshima
2015/01/24 01:23:07
Done. moved all to private.
|
| + const char* GetClassName() const override; |
| + |
| // ToolbarButton: |
| void NotifyClick(const ui::Event& event) override; |