| Index: chrome/browser/ui/sync/one_click_signin_helper_unittest.cc
|
| diff --git a/chrome/browser/ui/sync/one_click_signin_helper_unittest.cc b/chrome/browser/ui/sync/one_click_signin_helper_unittest.cc
|
| index 0681f464d4ebf2b10e6671f99792b663086fa6f0..2d1537d5af9c15f1f2e2ceaadc8ff03cb45d7a3e 100644
|
| --- a/chrome/browser/ui/sync/one_click_signin_helper_unittest.cc
|
| +++ b/chrome/browser/ui/sync/one_click_signin_helper_unittest.cc
|
| @@ -155,8 +155,8 @@ class OneClickTestProfileSyncService : public TestProfileSyncService {
|
| virtual ~OneClickTestProfileSyncService() {}
|
|
|
| // Helper routine to be used in conjunction with
|
| - // ProfileKeyedServiceFactory::SetTestingFactory().
|
| - static ProfileKeyedService* Build(content::BrowserContext* profile) {
|
| + // BrowserContextKeyedServiceFactory::SetTestingFactory().
|
| + static BrowserContextKeyedService* Build(content::BrowserContext* profile) {
|
| return new OneClickTestProfileSyncService(static_cast<Profile*>(profile));
|
| }
|
|
|
| @@ -189,7 +189,7 @@ class OneClickTestProfileSyncService : public TestProfileSyncService {
|
| bool first_setup_in_progress_;
|
| };
|
|
|
| -static ProfileKeyedService* BuildSigninManagerMock(
|
| +static BrowserContextKeyedService* BuildSigninManagerMock(
|
| content::BrowserContext* profile) {
|
| return new SigninManagerMock(static_cast<Profile*>(profile));
|
| }
|
|
|