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

Unified Diff: chrome/browser/ui/webui/signin/login_ui_service.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/webui/signin/login_ui_service.h
diff --git a/chrome/browser/ui/webui/signin/login_ui_service.h b/chrome/browser/ui/webui/signin/login_ui_service.h
index 2ad4d7e8b743a82bffe89b6c89a86212e59c9811..aa5646182b9e18d53c45fd4ca92df67c05ad4adb 100644
--- a/chrome/browser/ui/webui/signin/login_ui_service.h
+++ b/chrome/browser/ui/webui/signin/login_ui_service.h
@@ -55,7 +55,7 @@ class LoginUIService : public KeyedService {
};
explicit LoginUIService(Profile* profile);
- virtual ~LoginUIService();
+ ~LoginUIService() override;
// Gets the currently active login UI, or null if no login UI is active.
LoginUI* current_login_ui() const {

Powered by Google App Engine
This is Rietveld 408576698