| Index: chrome/browser/ui/views/toolbar/toolbar_button.h
|
| diff --git a/chrome/browser/ui/views/toolbar/toolbar_button.h b/chrome/browser/ui/views/toolbar/toolbar_button.h
|
| index ad52183a081536f3e25cbbdc19f33321a821130b..ebc113aa0a921b747a36d97d4bf6af1458642712 100644
|
| --- a/chrome/browser/ui/views/toolbar/toolbar_button.h
|
| +++ b/chrome/browser/ui/views/toolbar/toolbar_button.h
|
| @@ -66,6 +66,9 @@ class ToolbarButton : public views::LabelButton,
|
| virtual void ShowDropDownMenu(ui::MenuSourceType source_type);
|
|
|
| private:
|
| + // views::LabelButton:
|
| + const char* GetClassName() const override;
|
| +
|
| // The model that populates the attached menu.
|
| scoped_ptr<ui::MenuModel> model_;
|
|
|
|
|