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

Unified Diff: components/password_manager/content/browser/content_credential_manager_dispatcher_unittest.cc

Issue 623133002: replace OVERRIDE and FINAL with override and final in components/ (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 | « components/pairing/shark_connection_listener.h ('k') | components/pdf/browser/pdf_web_contents_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/content/browser/content_credential_manager_dispatcher_unittest.cc
diff --git a/components/password_manager/content/browser/content_credential_manager_dispatcher_unittest.cc b/components/password_manager/content/browser/content_credential_manager_dispatcher_unittest.cc
index 839f991d58d103ce8315ce8f731a0636c4e7cbd2..b952e5cd6159682f29fc297e9bc586f6ea3f7574 100644
--- a/components/password_manager/content/browser/content_credential_manager_dispatcher_unittest.cc
+++ b/components/password_manager/content/browser/content_credential_manager_dispatcher_unittest.cc
@@ -33,7 +33,7 @@ class TestPasswordManagerClient
: store_(store) {}
virtual ~TestPasswordManagerClient() {}
- virtual password_manager::PasswordStore* GetPasswordStore() OVERRIDE {
+ virtual password_manager::PasswordStore* GetPasswordStore() override {
return store_;
}
@@ -77,7 +77,7 @@ class ContentCredentialManagerDispatcherTest
EXPECT_TRUE(store_->IsEmpty());
}
- virtual void TearDown() OVERRIDE {
+ virtual void TearDown() override {
store_->Shutdown();
content::RenderViewHostTestHarness::TearDown();
}
« no previous file with comments | « components/pairing/shark_connection_listener.h ('k') | components/pdf/browser/pdf_web_contents_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698