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

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

Issue 624173002: replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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 9db561ee9e3211be6a3a54415e5b389856605730..015fdc588457e3e16fa73384a0cc7565fa21267b 100644
--- a/chrome/browser/profile_resetter/automatic_profile_resetter.h
+++ b/chrome/browser/profile_resetter/automatic_profile_resetter.h
@@ -139,7 +139,7 @@ class AutomaticProfileResetter : public KeyedService {
const scoped_refptr<base::TaskRunner>& task_runner);
// KeyedService:
- virtual void Shutdown() OVERRIDE;
+ virtual 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