| 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 6eaf07dbbad557b0ec9fdc390d5c3c7358896400..3575ae22bca4f357e7623e5a8a3f90e602b70f2a 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();
|
| }
|
|
|
|
|