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

Unified Diff: ash/launcher/launcher.h

Issue 11588008: Compile fix for r173417. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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..3b2e4248dcdc415fd6613188f02875373723a7a2 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;
Ryan Sleevi 2012/12/17 04:57:56 nit: extra linebreak here virtual void OnWidgetAc
mtomasz 2012/12/17 05:01:56 Done.
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