Index: components/autofill/core/browser/autofill_manager_unittest.cc |
diff --git a/components/autofill/core/browser/autofill_manager_unittest.cc b/components/autofill/core/browser/autofill_manager_unittest.cc |
index 7581e563376e5f2b6fe594f8628a2758d94c0108..d32286da4017f195a4fc7cad70f99a8624d30fba 100644 |
--- a/components/autofill/core/browser/autofill_manager_unittest.cc |
+++ b/components/autofill/core/browser/autofill_manager_unittest.cc |
@@ -84,7 +84,7 @@ class TestPersonalDataManager : public PersonalDataManager { |
return NULL; |
} |
- MOCK_METHOD1(SaveImportedProfile, void(const AutofillProfile&)); |
+ MOCK_METHOD1(SaveImportedProfile, std::string(const AutofillProfile&)); |
AutofillProfile* GetProfileWithGUID(const char* guid) { |
for (std::vector<AutofillProfile *>::iterator it = web_profiles_.begin(); |