Index: components/autofill/core/browser/test_personal_data_manager.cc |
diff --git a/components/autofill/core/browser/test_personal_data_manager.cc b/components/autofill/core/browser/test_personal_data_manager.cc |
index 0a517d7655bf652350db7f780e982c4161f0772f..21503c19e78c7297c60b9e59f076afafb373f601 100644 |
--- a/components/autofill/core/browser/test_personal_data_manager.cc |
+++ b/components/autofill/core/browser/test_personal_data_manager.cc |
@@ -34,9 +34,10 @@ const std::vector<CreditCard*>& TestPersonalDataManager:: |
return credit_cards_; |
} |
-void TestPersonalDataManager::SaveImportedProfile( |
+std::string TestPersonalDataManager::SaveImportedProfile( |
const AutofillProfile& imported_profile) { |
imported_profile_ = imported_profile; |
+ return imported_profile->guid(); |
} |
} // namespace autofill |