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

Unified Diff: chrome/browser/profile_resetter/automatic_profile_resetter.h

Issue 648653003: Standardize usage of virtual/override/final in chrome/browser/ (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/profile_resetter/automatic_profile_resetter.h
diff --git a/chrome/browser/profile_resetter/automatic_profile_resetter.h b/chrome/browser/profile_resetter/automatic_profile_resetter.h
index 015fdc588457e3e16fa73384a0cc7565fa21267b..0e43a1b53677db0a4de1d418e6ec74bfa4775420 100644
--- a/chrome/browser/profile_resetter/automatic_profile_resetter.h
+++ b/chrome/browser/profile_resetter/automatic_profile_resetter.h
@@ -67,7 +67,7 @@ class AutomaticProfileResetter : public KeyedService {
};
explicit AutomaticProfileResetter(Profile* profile);
- virtual ~AutomaticProfileResetter();
+ ~AutomaticProfileResetter() override;
// Initializes the service if it is enabled in the field trial. Otherwise,
// skips the initialization steps, and also permanently disables the service.
@@ -139,7 +139,7 @@ class AutomaticProfileResetter : public KeyedService {
const scoped_refptr<base::TaskRunner>& task_runner);
// KeyedService:
- virtual void Shutdown() override;
+ void Shutdown() override;
private:
class InputBuilder;
« no previous file with comments | « chrome/browser/process_singleton_posix.cc ('k') | chrome/browser/profile_resetter/automatic_profile_resetter_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698