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

Unified Diff: chrome/browser/ui/sync/one_click_signin_sync_observer.h

Issue 671653002: Standardize usage of virtual/override/final in chrome/browser/ui/ (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/ui/sync/one_click_signin_sync_observer.h
diff --git a/chrome/browser/ui/sync/one_click_signin_sync_observer.h b/chrome/browser/ui/sync/one_click_signin_sync_observer.h
index 8177ecdc68c78dfe0f1ff8aaa7c879387a0720bd..28b6b9d013e0fc9008d6ef876778e340ed8eda4a 100644
--- a/chrome/browser/ui/sync/one_click_signin_sync_observer.h
+++ b/chrome/browser/ui/sync/one_click_signin_sync_observer.h
@@ -27,14 +27,14 @@ class OneClickSigninSyncObserver : public content::WebContentsObserver,
protected:
// Exposed for testing.
- virtual ~OneClickSigninSyncObserver();
+ ~OneClickSigninSyncObserver() override;
private:
// content::WebContentsObserver:
- virtual void WebContentsDestroyed() override;
+ void WebContentsDestroyed() override;
// ProfileSyncServiceObserver:
- virtual void OnStateChanged() override;
+ void OnStateChanged() override;
// Loads the |continue_url_| in the |web_contents()|.
void LoadContinueUrl();

Powered by Google App Engine
This is Rietveld 408576698