summaryrefslogtreecommitdiffstats
path: root/components/autofill
diff options
context:
space:
mode:
Diffstat (limited to 'components/autofill')
-rw-r--r--components/autofill/browser/autocomplete_history_manager_unittest.cc2
-rw-r--r--components/autofill/browser/autofill_manager_unittest.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/components/autofill/browser/autocomplete_history_manager_unittest.cc b/components/autofill/browser/autocomplete_history_manager_unittest.cc
index 6eaf07d..3575ae2 100644
--- a/components/autofill/browser/autocomplete_history_manager_unittest.cc
+++ b/components/autofill/browser/autocomplete_history_manager_unittest.cc
@@ -63,7 +63,7 @@ MockWebDataService* MockWebDataService::current_mock_web_data_service_ = NULL;
class MockWebDataServiceWrapperCurrent : public MockWebDataServiceWrapperBase {
public:
- static ProfileKeyedService* Build(content::BrowserContext* profile) {
+ static BrowserContextKeyedService* Build(content::BrowserContext* profile) {
return new MockWebDataServiceWrapperCurrent();
}
diff --git a/components/autofill/browser/autofill_manager_unittest.cc b/components/autofill/browser/autofill_manager_unittest.cc
index 357fa73..9c8e8d8 100644
--- a/components/autofill/browser/autofill_manager_unittest.cc
+++ b/components/autofill/browser/autofill_manager_unittest.cc
@@ -87,7 +87,7 @@ class TestPersonalDataManager : public PersonalDataManager {
}
// Factory method for keyed service. PersonalDataManager is NULL for testing.
- static ProfileKeyedService* Build(content::BrowserContext* profile) {
+ static BrowserContextKeyedService* Build(content::BrowserContext* profile) {
return NULL;
}