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

Unified Diff: chrome/browser/chromeos/setting_level_bubble.h

Issue 8418042: Build fix for clang bot. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 2 months 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: chrome/browser/chromeos/setting_level_bubble.h
===================================================================
--- chrome/browser/chromeos/setting_level_bubble.h (revision 107832)
+++ chrome/browser/chromeos/setting_level_bubble.h (working copy)
@@ -61,7 +61,7 @@
FRIEND_TEST_ALL_PREFIXES(VolumeBubbleTest, GetInstanceAndShow);
// views::Widget::Observer overrides:
- void OnWidgetClosing(views::Widget* widget) OVERRIDE;
+ virtual void OnWidgetClosing(views::Widget* widget) OVERRIDE;
// Creates the bubble content view.
// Caller should call Init() on the returned SettingLevelBubbleView.
« 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