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

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

Issue 611383002: Replace OVERRIDE with its C++11 counterpart in components/password_manager/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: 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 ba3351ae79cb5add2b890c7d9df5a5c1272fb6ba..e719abc9deae491ce46b68f67201f7930b204421 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
@@ -31,7 +31,7 @@ class ContentCredentialManagerDispatcherTest
public:
ContentCredentialManagerDispatcherTest() {}
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
content::RenderViewHostTestHarness::SetUp();
dispatcher_.reset(
new ContentCredentialManagerDispatcher(web_contents(), nullptr));

Powered by Google App Engine
This is Rietveld 408576698