| Index: chrome/browser/ui/views/toolbar/back_button.h
|
| diff --git a/chrome/browser/ui/views/toolbar/back_button.h b/chrome/browser/ui/views/toolbar/back_button.h
|
| index ad37dc29b190f4aa49db199c82da24a8bb61c89a..6383b260a3da80d0a62e55a2542732ac409a5bc0 100644
|
| --- a/chrome/browser/ui/views/toolbar/back_button.h
|
| +++ b/chrome/browser/ui/views/toolbar/back_button.h
|
| @@ -29,11 +29,12 @@ class BackButton : public ToolbarButton {
|
|
|
| void SetLeadingMargin(int margin);
|
|
|
| - protected:
|
| - gfx::Rect GetThemePaintRect() const override;
|
| + private:
|
| + // ToolbarButton:
|
| + const char* GetClassName() const override;
|
| scoped_ptr<views::LabelButtonBorder> CreateDefaultBorder() const override;
|
| + gfx::Rect GetThemePaintRect() const override;
|
|
|
| - private:
|
| // Any leading margin to be applied. Used when the back button is in
|
| // a maximized state to extend to the full window width.
|
| int margin_leading_;
|
|
|