Index: components/autofill/browser/autocomplete_history_manager_unittest.cc |
diff --git a/components/autofill/browser/autocomplete_history_manager_unittest.cc b/components/autofill/browser/autocomplete_history_manager_unittest.cc |
index 8567221fa8ab12cb154bc989dc97a3253cb35466..7b308dc349c64236dd111c0c63e63e016f000447 100644 |
--- a/components/autofill/browser/autocomplete_history_manager_unittest.cc |
+++ b/components/autofill/browser/autocomplete_history_manager_unittest.cc |
@@ -62,7 +62,7 @@ MockWebDataService* MockWebDataService::current_mock_web_data_service_ = NULL; |
class MockWebDataServiceWrapperCurrent : public MockWebDataServiceWrapperBase { |
public: |
- static ProfileKeyedService* Build(Profile* profile) { |
+ static ProfileKeyedService* Build(content::BrowserContext* profile) { |
return new MockWebDataServiceWrapperCurrent(); |
} |