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

Unified Diff: chrome/browser/autofill/autofill_cc_infobar_delegate_unittest.cc

Issue 1100223002: Update {virtual,override} to follow C++11 style in chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
Index: chrome/browser/autofill/autofill_cc_infobar_delegate_unittest.cc
diff --git a/chrome/browser/autofill/autofill_cc_infobar_delegate_unittest.cc b/chrome/browser/autofill/autofill_cc_infobar_delegate_unittest.cc
index adc41d3f1565fddd703609f5ba170079eb622c9d..50f86423505da36b2df52979178fb707a5a48f14 100644
--- a/chrome/browser/autofill/autofill_cc_infobar_delegate_unittest.cc
+++ b/chrome/browser/autofill/autofill_cc_infobar_delegate_unittest.cc
@@ -29,8 +29,8 @@ class TestPersonalDataManager : public PersonalDataManager {
using PersonalDataManager::SetPrefService;
// Overridden to avoid a trip to the database.
- virtual void LoadProfiles() override {}
- virtual void LoadCreditCards() override {}
+ void LoadProfiles() override {}
+ void LoadCreditCards() override {}
MOCK_METHOD1(SaveImportedCreditCard,
std::string(const CreditCard& imported_credit_card));
« no previous file with comments | « chrome/browser/autocomplete/history_url_provider.h ('k') | chrome/browser/browser_process_platform_part_aurawin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698