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

Unified Diff: components/autofill/core/browser/test_personal_data_manager.h

Issue 23882013: [rAc] Persist selection of newly added cards and addresses. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test compile Created 7 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/autofill/core/browser/test_personal_data_manager.h
diff --git a/components/autofill/core/browser/test_personal_data_manager.h b/components/autofill/core/browser/test_personal_data_manager.h
index c9f9a43d4a44fab2020dd096f3a740a3e58cf716..cfe46068d50d70a4bb45cf5cdf3ccc36fb923fcb 100644
--- a/components/autofill/core/browser/test_personal_data_manager.h
+++ b/components/autofill/core/browser/test_personal_data_manager.h
@@ -27,8 +27,8 @@ class TestPersonalDataManager : public PersonalDataManager {
void AddTestingCreditCard(CreditCard* credit_card);
virtual const std::vector<AutofillProfile*>& GetProfiles() OVERRIDE;
- virtual void SaveImportedProfile(const AutofillProfile& imported_profile)
- OVERRIDE;
+ virtual std::string SaveImportedProfile(
+ const AutofillProfile& imported_profile) OVERRIDE;
const AutofillProfile& imported_profile() { return imported_profile_; }
virtual const std::vector<CreditCard*>& GetCreditCards() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698