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

Unified Diff: chrome/browser/sidebar/sidebar_manager.h

Issue 8614003: Add OVERRIDE to chrome/browser/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « chrome/browser/shell_integration.h ('k') | chrome/browser/speech/speech_input_bubble.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sidebar/sidebar_manager.h
diff --git a/chrome/browser/sidebar/sidebar_manager.h b/chrome/browser/sidebar/sidebar_manager.h
index 1f2686c8a46c91fd31ab1b38daddf277f53c6a47..ea44564b11709cd48388e394417f40c7e4cbd397 100644
--- a/chrome/browser/sidebar/sidebar_manager.h
+++ b/chrome/browser/sidebar/sidebar_manager.h
@@ -99,10 +99,10 @@ class SidebarManager : public content::NotificationObserver,
// Overridden from content::NotificationObserver.
virtual void Observe(int type,
const content::NotificationSource& source,
- const content::NotificationDetails& details);
+ const content::NotificationDetails& details) OVERRIDE;
// Overridden from SidebarContainer::Delegate.
- virtual void UpdateSidebar(SidebarContainer* host);
+ virtual void UpdateSidebar(SidebarContainer* host) OVERRIDE;
// Hides all sidebars registered for |tab|.
void HideAllSidebars(TabContents* tab);
« no previous file with comments | « chrome/browser/shell_integration.h ('k') | chrome/browser/speech/speech_input_bubble.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698