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

Unified Diff: chrome/browser/extensions/extension_service_test_base.h

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
Index: chrome/browser/extensions/extension_service_test_base.h
diff --git a/chrome/browser/extensions/extension_service_test_base.h b/chrome/browser/extensions/extension_service_test_base.h
index cf0785d28e5dc4348fe5ddad0d3b61e78c235320..1f0cd4bf1ff6e875bdc29fc4f76597d84e7010b7 100644
--- a/chrome/browser/extensions/extension_service_test_base.h
+++ b/chrome/browser/extensions/extension_service_test_base.h
@@ -58,7 +58,7 @@ class ExtensionServiceTestBase : public testing::Test {
virtual ~ExtensionServiceTestBase();
// testing::Test implementation.
- virtual void SetUp() OVERRIDE;
+ virtual void SetUp() override;
static void SetUpTestCase(); // faux-verride (static override).
// Create a set of InitParams to install an ExtensionService into |temp_dir_|.
« no previous file with comments | « chrome/browser/extensions/extension_service.h ('k') | chrome/browser/extensions/extension_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698