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

Unified Diff: chrome/browser/extensions/test_extension_prefs.cc

Issue 624153002: replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/ (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
« no previous file with comments | « chrome/browser/extensions/test_blacklist.h ('k') | chrome/browser/extensions/test_extension_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/test_extension_prefs.cc
diff --git a/chrome/browser/extensions/test_extension_prefs.cc b/chrome/browser/extensions/test_extension_prefs.cc
index 51e555721a4cf5494a8ce5bc8ab109653e2363a9..adb62eab813bbdc6340754c8f22184ee115ff5c1 100644
--- a/chrome/browser/extensions/test_extension_prefs.cc
+++ b/chrome/browser/extensions/test_extension_prefs.cc
@@ -47,7 +47,7 @@ class IncrementalTimeProvider : public ExtensionPrefs::TimeProvider {
virtual ~IncrementalTimeProvider() {
}
- virtual base::Time GetCurrentTime() const OVERRIDE {
+ virtual base::Time GetCurrentTime() const override {
current_time_ += base::TimeDelta::FromSeconds(10);
return current_time_;
}
« no previous file with comments | « chrome/browser/extensions/test_blacklist.h ('k') | chrome/browser/extensions/test_extension_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698