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

Unified Diff: chrome/browser/extensions/extension_api_unittest.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_api_unittest.h
diff --git a/chrome/browser/extensions/extension_api_unittest.h b/chrome/browser/extensions/extension_api_unittest.h
index 88f335e5d70c9aeec7190fa41a095b051de7fc0c..c210f8b174d450105d185b92d8b7f5ad578b1a6f 100644
--- a/chrome/browser/extensions/extension_api_unittest.h
+++ b/chrome/browser/extensions/extension_api_unittest.h
@@ -52,7 +52,7 @@ class ExtensionApiUnittest : public BrowserWithTestWindowTest {
protected:
// SetUp creates and loads an empty, unpacked Extension.
- virtual void SetUp() OVERRIDE;
+ virtual void SetUp() override;
// Creates a background page for |extension_|, and sets it for the WebContents
// to be used in API calls.
« no previous file with comments | « chrome/browser/extensions/extension_action_storage_manager.h ('k') | chrome/browser/extensions/extension_apitest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698