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

Unified Diff: chrome/browser/google/google_url_tracker_navigation_helper_impl.h

Issue 625113002: replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix newly added OVERRIDEs 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
« no previous file with comments | « chrome/browser/google/google_url_tracker_factory.h ('k') | chrome/browser/gpu/gl_string_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/google/google_url_tracker_navigation_helper_impl.h
diff --git a/chrome/browser/google/google_url_tracker_navigation_helper_impl.h b/chrome/browser/google/google_url_tracker_navigation_helper_impl.h
index f1dba45d614e2e60b27e8857bac9c77240f3b161..37acf8c8325649e33f223ecf39cc8f8b93e07184 100644
--- a/chrome/browser/google/google_url_tracker_navigation_helper_impl.h
+++ b/chrome/browser/google/google_url_tracker_navigation_helper_impl.h
@@ -24,20 +24,20 @@ class GoogleURLTrackerNavigationHelperImpl
// GoogleURLTrackerNavigationHelper:
virtual void SetListeningForNavigationCommit(
- bool listen) OVERRIDE;
- virtual bool IsListeningForNavigationCommit() OVERRIDE;
+ bool listen) override;
+ virtual bool IsListeningForNavigationCommit() override;
virtual void SetListeningForTabDestruction(
- bool listen) OVERRIDE;
- virtual bool IsListeningForTabDestruction() OVERRIDE;
+ bool listen) override;
+ virtual bool IsListeningForTabDestruction() override;
virtual void OpenURL(GURL url,
WindowOpenDisposition disposition,
- bool user_clicked_on_link) OVERRIDE;
+ bool user_clicked_on_link) override;
private:
// content::NotificationObserver:
virtual void Observe(int type,
const content::NotificationSource& source,
- const content::NotificationDetails& details) OVERRIDE;
+ const content::NotificationDetails& details) override;
content::WebContents* web_contents_;
content::NotificationRegistrar registrar_;
« no previous file with comments | « chrome/browser/google/google_url_tracker_factory.h ('k') | chrome/browser/gpu/gl_string_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698