| 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);
|
|
|