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

Unified Diff: components/autofill/content/browser/wallet/wallet_signin_helper_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
Index: components/autofill/content/browser/wallet/wallet_signin_helper_unittest.cc
diff --git a/components/autofill/content/browser/wallet/wallet_signin_helper_unittest.cc b/components/autofill/content/browser/wallet/wallet_signin_helper_unittest.cc
index 9c9f73a749fe8b8c60d271eec24ae9ed5bd89fc1..2187da6149622f69da04ba6c22d3f6e8d3c11833 100644
--- a/components/autofill/content/browser/wallet/wallet_signin_helper_unittest.cc
+++ b/components/autofill/content/browser/wallet/wallet_signin_helper_unittest.cc
@@ -54,12 +54,12 @@ class WalletSigninHelperTest : public testing::Test {
base::MessageLoopProxy::current())) {}
virtual ~WalletSigninHelperTest() {}
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
signin_helper_.reset(
new WalletSigninHelper(&mock_delegate_, request_context_.get()));
}
- virtual void TearDown() OVERRIDE {
+ virtual void TearDown() override {
signin_helper_.reset();
}

Powered by Google App Engine
This is Rietveld 408576698