| 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 3225706ad1b4a634b6dcb6439072ec58371285d0..112d2b59c5f321ad5c55b0dc0975c009091091b1 100644
|
| --- a/chrome/browser/ui/views/toolbar/back_button.h
|
| +++ b/chrome/browser/ui/views/toolbar/back_button.h
|
| @@ -31,7 +31,8 @@ class BackButton : public ToolbarButton {
|
|
|
| protected:
|
| virtual gfx::Rect GetThemePaintRect() const OVERRIDE;
|
| - virtual scoped_ptr<views::Border> CreateDefaultBorder() const OVERRIDE;
|
| + virtual void SetDefaultBorderInsets(
|
| + views::LabelButtonBorder* border) OVERRIDE;
|
|
|
| private:
|
| // Any leading margin to be applied. Used when the back button is in
|
|
|