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; |