| Index: chrome/browser/signin/signin_manager_fake.h
|
| diff --git a/chrome/browser/signin/signin_manager_fake.h b/chrome/browser/signin/signin_manager_fake.h
|
| index f991d8f806aca0b86191d9c6d797aeddcffc9ad3..a1e1c42636213b450331ccb95211f000078c6291 100644
|
| --- a/chrome/browser/signin/signin_manager_fake.h
|
| +++ b/chrome/browser/signin/signin_manager_fake.h
|
| @@ -28,7 +28,7 @@ class FakeSigninManager : public SigninManager {
|
| virtual void SignOut() OVERRIDE;
|
|
|
| // Helper function to be used with ProfileKeyedService::SetTestingFactory().
|
| - static ProfileKeyedBase* Build(Profile* profile);
|
| + static ProfileKeyedService* Build(Profile* profile);
|
| };
|
|
|
| #endif // CHROME_BROWSER_SIGNIN_SIGNIN_MANAGER_FAKE_H_
|
|
|