summaryrefslogtreecommitdiffstats
path: root/components/autofill/browser/autofill_manager_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/autofill/browser/autofill_manager_unittest.cc')
-rw-r--r--components/autofill/browser/autofill_manager_unittest.cc2
1 files changed, 1 insertions, 1 deletions
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;
}