| Index: chrome/browser/password_manager/test_password_store.cc
|
| diff --git a/chrome/browser/password_manager/test_password_store.cc b/chrome/browser/password_manager/test_password_store.cc
|
| index e056d1c173384afaa4225513c838034da5fd78e7..492363446cf412ae14fa008ebc1b24d715e0980c 100644
|
| --- a/chrome/browser/password_manager/test_password_store.cc
|
| +++ b/chrome/browser/password_manager/test_password_store.cc
|
| @@ -7,7 +7,7 @@
|
| #include "content/public/common/password_form.h"
|
|
|
| // static
|
| -scoped_refptr<RefcountedProfileKeyedService> TestPasswordStore::Create(
|
| +scoped_refptr<RefcountedBrowserContextKeyedService> TestPasswordStore::Create(
|
| content::BrowserContext* profile) {
|
| return make_scoped_refptr(new TestPasswordStore);
|
| }
|
|
|