| Index: chrome/browser/policy/profile_policy_connector.h
|
| diff --git a/chrome/browser/policy/profile_policy_connector.h b/chrome/browser/policy/profile_policy_connector.h
|
| index 6cebf1b70eba0c03aee9e1f1fd2f0651be9f3209..9e7f50eaa3b9b29f2007ae573276631c0ab9aadd 100644
|
| --- a/chrome/browser/policy/profile_policy_connector.h
|
| +++ b/chrome/browser/policy/profile_policy_connector.h
|
| @@ -30,7 +30,7 @@ class ProfilePolicyConnector : public ProfileKeyedService {
|
|
|
| // Schedules initialization of the policy backend service if the service is
|
| // already constructed.
|
| - void ScheduleServiceInitialization(int delay_milliseconds);
|
| + void ScheduleServiceInitialization(int64 delay_milliseconds);
|
|
|
| // Initializes the context. Should be called only after the profile's request
|
| // context is up.
|
|
|