| Index: chrome/browser/chromeos/status/status_area_button.h
|
| diff --git a/chrome/browser/chromeos/status/status_area_button.h b/chrome/browser/chromeos/status/status_area_button.h
|
| index e8be9cd663009d436629d8bc3dc7d204f3a98283..2d5c9fbd6f9f86875dd0e068ec688b0d935f2f49 100644
|
| --- a/chrome/browser/chromeos/status/status_area_button.h
|
| +++ b/chrome/browser/chromeos/status/status_area_button.h
|
| @@ -16,8 +16,8 @@ namespace chromeos {
|
| // Shows current button state by drawing a border around the current icon.
|
| class StatusAreaButton : public views::MenuButton {
|
| public:
|
| - explicit StatusAreaButton(StatusAreaHost* host,
|
| - views::ViewMenuDelegate* menu_delegate);
|
| + StatusAreaButton(StatusAreaHost* host,
|
| + views::ViewMenuDelegate* menu_delegate);
|
| virtual ~StatusAreaButton() {}
|
| virtual void PaintButton(gfx::Canvas* canvas, PaintButtonMode mode);
|
|
|
|
|