| Index: components/policy/core/browser/browser_policy_connector.h
|
| diff --git a/components/policy/core/browser/browser_policy_connector.h b/components/policy/core/browser/browser_policy_connector.h
|
| index 439eb42928f400c70d8d61e05f48054543ab301b..774d4fdf964138a5ea285a4f9373373ff2c7a785 100644
|
| --- a/components/policy/core/browser/browser_policy_connector.h
|
| +++ b/components/policy/core/browser/browser_policy_connector.h
|
| @@ -5,8 +5,11 @@
|
| #ifndef COMPONENTS_POLICY_CORE_BROWSER_BROWSER_POLICY_CONNECTOR_H_
|
| #define COMPONENTS_POLICY_CORE_BROWSER_BROWSER_POLICY_CONNECTOR_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
|
|
| +#include "base/macros.h"
|
| #include "components/policy/core/browser/browser_policy_connector_base.h"
|
| #include "components/policy/policy_export.h"
|
|
|
| @@ -40,7 +43,7 @@ class POLICY_EXPORT BrowserPolicyConnector : public BrowserPolicyConnectorBase {
|
|
|
| // Schedules initialization of the cloud policy backend services, if the
|
| // services are already constructed.
|
| - void ScheduleServiceInitialization(int64 delay_milliseconds);
|
| + void ScheduleServiceInitialization(int64_t delay_milliseconds);
|
|
|
| DeviceManagementService* device_management_service() {
|
| return device_management_service_.get();
|
|
|