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

Unified Diff: chrome/browser/ui/global_error/global_error_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/global_error/global_error_service.h
diff --git a/chrome/browser/ui/global_error/global_error_service.h b/chrome/browser/ui/global_error/global_error_service.h
index 6ef29189e02ba100257152845da717d989527d4e..3bf3a6b01e8422d9e22ac7b3fac22d892381e11c 100644
--- a/chrome/browser/ui/global_error/global_error_service.h
+++ b/chrome/browser/ui/global_error/global_error_service.h
@@ -26,7 +26,7 @@ class GlobalErrorService : public KeyedService {
// Constructs a GlobalErrorService object for the given profile. The profile
// maybe NULL for tests.
explicit GlobalErrorService(Profile* profile);
- virtual ~GlobalErrorService();
+ ~GlobalErrorService() override;
// Adds the given error to the list of global errors and displays it on
// browswer windows. If no browser windows are open then the error is

Powered by Google App Engine
This is Rietveld 408576698