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

Unified Diff: chrome/browser/autocomplete/keyword_extensions_delegate_impl_unittest.cc

Issue 625113002: replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix newly added OVERRIDEs 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/autocomplete/keyword_extensions_delegate_impl_unittest.cc
diff --git a/chrome/browser/autocomplete/keyword_extensions_delegate_impl_unittest.cc b/chrome/browser/autocomplete/keyword_extensions_delegate_impl_unittest.cc
index 7c0db8607d5ed3bb05b59d20cd99c9588266342a..9f0c7a6f366e6b7946e5e7e7bcbe899cabaf0018 100644
--- a/chrome/browser/autocomplete/keyword_extensions_delegate_impl_unittest.cc
+++ b/chrome/browser/autocomplete/keyword_extensions_delegate_impl_unittest.cc
@@ -32,7 +32,7 @@ class ScopedExtensionLoadObserver : public ExtensionRegistryObserver {
private:
virtual void OnExtensionInstalled(content::BrowserContext* browser_context,
const Extension* extension,
- bool is_update) OVERRIDE;
+ bool is_update) override;
ExtensionRegistry* registry_;
base::Closure quit_closure_;
@@ -65,7 +65,7 @@ class KeywordExtensionsDelegateImplTest : public ExtensionServiceTestBase {
virtual ~KeywordExtensionsDelegateImplTest() {}
protected:
- virtual void SetUp() OVERRIDE;
+ virtual void SetUp() override;
void RunTest(bool incognito);

Powered by Google App Engine
This is Rietveld 408576698