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

Unified Diff: components/autofill/content/browser/wallet/mock_wallet_client.h

Issue 1056633004: Update {virtual,override} to follow C++11 style in components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix logo tracker unittest. Created 5 years, 8 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 | « no previous file | components/autofill/content/browser/wallet/wallet_client_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/content/browser/wallet/mock_wallet_client.h
diff --git a/components/autofill/content/browser/wallet/mock_wallet_client.h b/components/autofill/content/browser/wallet/mock_wallet_client.h
index a3a3153dd886dadfe808f37b17ab04d4235ccacb..25bdd21e51aa7e6a6ce36abfc53124ce294461ea 100644
--- a/components/autofill/content/browser/wallet/mock_wallet_client.h
+++ b/components/autofill/content/browser/wallet/mock_wallet_client.h
@@ -24,7 +24,7 @@ class MockWalletClient : public WalletClient {
MockWalletClient(net::URLRequestContextGetter* context,
WalletClientDelegate* delegate,
const GURL& source_url);
- virtual ~MockWalletClient();
+ ~MockWalletClient() override;
MOCK_METHOD2(GetWalletItems,
void(const base::string16&, const base::string16&));
@@ -42,7 +42,7 @@ class MockWalletClient : public WalletClient {
// Methods with scoped_ptrs can't be mocked but by using the implementation
// below the same effect can be achieved.
- virtual void SaveToWallet(
+ void SaveToWallet(
scoped_ptr<Instrument> instrument,
scoped_ptr<Address> address,
const WalletItems::MaskedInstrument* reference_instrument,
« no previous file with comments | « no previous file | components/autofill/content/browser/wallet/wallet_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698