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

Unified Diff: chrome/browser/password_manager/chrome_password_manager_client_unittest.cc

Issue 624173002: replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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/password_manager/chrome_password_manager_client_unittest.cc
diff --git a/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc b/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
index a69ee78295d70c289600f857a44deeca14219d2d..a07ad6dec0d2cfc3dd04ef53f9081572ee3f579c 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
+++ b/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
@@ -44,7 +44,7 @@ class TestChromePasswordManagerClient : public ChromePasswordManagerClient {
virtual bool IsSyncAccountCredential(
const std::string& username,
- const std::string& origin) const OVERRIDE {
+ const std::string& origin) const override {
return is_sync_account_credential_;
}
@@ -64,7 +64,7 @@ class ChromePasswordManagerClientTest : public ChromeRenderViewHostTestHarness {
public:
ChromePasswordManagerClientTest();
- virtual void SetUp() OVERRIDE;
+ virtual void SetUp() override;
protected:
ChromePasswordManagerClient* GetClient();

Powered by Google App Engine
This is Rietveld 408576698