| Index: chrome/browser/signin/signin_manager.h
|
| diff --git a/chrome/browser/signin/signin_manager.h b/chrome/browser/signin/signin_manager.h
|
| index 8518a2f3489e7e129e83deb1cc4fc887904d9d93..37a0cf386219dcfd6548f6b4626492238101b85d 100644
|
| --- a/chrome/browser/signin/signin_manager.h
|
| +++ b/chrome/browser/signin/signin_manager.h
|
| @@ -257,7 +257,7 @@ class SigninManager : public GaiaAuthConsumer,
|
|
|
| // Helper function that loads policy with the passed CloudPolicyClient, then
|
| // completes the signin process.
|
| - void LoadPolicyWithCachedClient(scoped_ptr<policy::CloudPolicyClient> client);
|
| + void LoadPolicyWithCachedClient();
|
|
|
| // Callback invoked once a profile is created, so we can complete the
|
| // credentials transfer and load policy.
|
|
|