| Index: ash/launcher/launcher.h
|
| ===================================================================
|
| --- ash/launcher/launcher.h (revision 173419)
|
| +++ ash/launcher/launcher.h (working copy)
|
| @@ -130,8 +130,7 @@
|
| void WillActivateAsFallback() { activating_as_fallback_ = true; }
|
|
|
| // Overridden from views::WidgetObserver:
|
| - virtual void OnWidgetActivationChanged(views::Widget* widget,
|
| - bool active) OVERRIDE;
|
| + void OnWidgetActivationChanged(views::Widget* widget, bool active) OVERRIDE;
|
|
|
| private:
|
| class DelegateView;
|
|
|