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

Unified Diff: chrome/browser/extensions/favicon_downloader.h

Issue 624153002: replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
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_;

Powered by Google App Engine
This is Rietveld 408576698