Index: chrome/browser/extensions/favicon_downloader.h |
diff --git a/chrome/browser/extensions/favicon_downloader.h b/chrome/browser/extensions/favicon_downloader.h |
index 36bf23fa6b0b9946287c1bfe89bea904ed66a118..e9142709c235bc4043ec0b8831719586c2edefca 100644 |
--- a/chrome/browser/extensions/favicon_downloader.h |
+++ b/chrome/browser/extensions/favicon_downloader.h |
@@ -67,9 +67,9 @@ class FaviconDownloader : public content::WebContentsObserver { |
// content::WebContentsObserver overrides: |
virtual void DidNavigateMainFrame( |
const content::LoadCommittedDetails& details, |
- const content::FrameNavigateParams& params) OVERRIDE; |
+ const content::FrameNavigateParams& params) override; |
virtual void DidUpdateFaviconURL( |
- const std::vector<content::FaviconURL>& candidates) OVERRIDE; |
+ const std::vector<content::FaviconURL>& candidates) override; |
// Whether we have received favicons from the renderer. |
bool got_favicon_urls_; |