| Index: chrome/browser/autofill/autofill_manager_unittest.cc
|
| diff --git a/chrome/browser/autofill/autofill_manager_unittest.cc b/chrome/browser/autofill/autofill_manager_unittest.cc
|
| index 98d93da4cbb80c76e6c1df7cdfc67a13cfc1b2ca..94ec8732b894b4014052c272ee1eb55b1f798483 100644
|
| --- a/chrome/browser/autofill/autofill_manager_unittest.cc
|
| +++ b/chrome/browser/autofill/autofill_manager_unittest.cc
|
| @@ -68,7 +68,7 @@ class TestPersonalDataManager : public PersonalDataManager {
|
| }
|
|
|
| // Factory method for keyed service. PersonalDataManager is NULL for testing.
|
| - static ProfileKeyedBase* Build(Profile* profile) {
|
| + static ProfileKeyedService* Build(Profile* profile) {
|
| return NULL;
|
| }
|
|
|
|
|