| Index: chrome/browser/chromeos/status/clock_menu_button.h
|
| diff --git a/chrome/browser/chromeos/status/clock_menu_button.h b/chrome/browser/chromeos/status/clock_menu_button.h
|
| index 7864b972b75c62c9b814e5ce2a0b13ae3a9affde..ac712c75e1b362936057169d61e40436732b87eb 100644
|
| --- a/chrome/browser/chromeos/status/clock_menu_button.h
|
| +++ b/chrome/browser/chromeos/status/clock_menu_button.h
|
| @@ -21,7 +21,7 @@
|
| #include "views/controls/menu/view_menu_delegate.h"
|
|
|
| namespace views {
|
| -class MenuItemView;
|
| +class MenuRunner;
|
| }
|
|
|
| namespace chromeos {
|
| @@ -80,9 +80,7 @@ class ClockMenuButton : public StatusAreaButton,
|
| base::OneShotTimer<ClockMenuButton> timer_;
|
|
|
| // The clock menu.
|
| - // NOTE: we use a scoped_ptr here as menu calls into 'this' from the
|
| - // constructor.
|
| - scoped_ptr<views::MenuItemView> menu_;
|
| + scoped_ptr<views::MenuRunner> menu_runner_;
|
|
|
| PrefChangeRegistrar registrar_;
|
|
|
|
|