| Index: chrome/browser/chromeos/status/caps_lock_menu_button.h
|
| diff --git a/chrome/browser/chromeos/status/caps_lock_menu_button.h b/chrome/browser/chromeos/status/caps_lock_menu_button.h
|
| index 053623b42156515cdfe69f99111fe675ca0d87c7..777ac0978ae2d55ec9518f493ded83153dbb8dca 100644
|
| --- a/chrome/browser/chromeos/status/caps_lock_menu_button.h
|
| +++ b/chrome/browser/chromeos/status/caps_lock_menu_button.h
|
| @@ -24,8 +24,6 @@ class MenuRunner;
|
|
|
| namespace chromeos {
|
|
|
| -class StatusAreaHost;
|
| -
|
| // A class for the button in the status area which alerts the user when caps
|
| // lock is active.
|
| class CapsLockMenuButton : public content::NotificationObserver,
|
| @@ -34,7 +32,7 @@ class CapsLockMenuButton : public content::NotificationObserver,
|
| public views::ViewMenuDelegate,
|
| public SystemKeyEventListener::CapsLockObserver {
|
| public:
|
| - explicit CapsLockMenuButton(StatusAreaHost* host);
|
| + explicit CapsLockMenuButton(StatusAreaButton::Delegate* delegate);
|
| virtual ~CapsLockMenuButton();
|
|
|
| // views::View implementation.
|
|
|