Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2028)

Unified Diff: ash/launcher/launcher.h

Issue 11588008: Compile fix for r173417. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed code style. Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/launcher/launcher.h
diff --git a/ash/launcher/launcher.h b/ash/launcher/launcher.h
index a934a5bd6e9621482e0a69f98fc7015271e31b99..06ed4918b56eb94db5f6d351d6e7d2070300f735 100644
--- a/ash/launcher/launcher.h
+++ b/ash/launcher/launcher.h
@@ -130,7 +130,8 @@ class ASH_EXPORT Launcher: public views::WidgetObserver {
void WillActivateAsFallback() { activating_as_fallback_ = true; }
// Overridden from views::WidgetObserver:
- void OnWidgetActivationChanged(views::Widget* widget, bool active) OVERRIDE;
+ virtual void OnWidgetActivationChanged(views::Widget* widget,
+ bool active) OVERRIDE;
private:
class DelegateView;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698