diff options
Diffstat (limited to 'chrome/browser/extensions/favicon_downloader.h')
-rw-r--r-- | chrome/browser/extensions/favicon_downloader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/extensions/favicon_downloader.h b/chrome/browser/extensions/favicon_downloader.h index 36bf23f..e914270 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_; |