| Index: chrome/browser/ui/views/avatar_label.h
|
| diff --git a/chrome/browser/ui/views/avatar_label.h b/chrome/browser/ui/views/avatar_label.h
|
| index 4445663e746bc31689b4ee86f1ed909494f37fed..d2ad82316a828f860f8b8ebf298db3bb9e4d9cd6 100644
|
| --- a/chrome/browser/ui/views/avatar_label.h
|
| +++ b/chrome/browser/ui/views/avatar_label.h
|
| @@ -13,7 +13,6 @@ class BrowserView;
|
| namespace ui {
|
| class MouseEvent;
|
| class ThemeProvider;
|
| -class NativeTheme;
|
| }
|
|
|
| // AvatarLabel
|
| @@ -27,8 +26,6 @@ class AvatarLabel : public views::TextButton {
|
|
|
| // views::TextButton:
|
| virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
|
| - virtual void GetExtraParams(
|
| - ui::NativeTheme::ExtraParams* params) const OVERRIDE;
|
|
|
| // Update the style of the label according to the provided theme.
|
| void UpdateLabelStyle();
|
|
|