| Index: components/policy/core/common/cloud/device_management_service.cc
|
| diff --git a/components/policy/core/common/cloud/device_management_service.cc b/components/policy/core/common/cloud/device_management_service.cc
|
| index 05a058bdccdafba27f6427179c8095401471dba2..284a8de5f4e86c4363539315b4ebe9e8ccaec85e 100644
|
| --- a/components/policy/core/common/cloud/device_management_service.cc
|
| +++ b/components/policy/core/common/cloud/device_management_service.cc
|
| @@ -9,6 +9,7 @@
|
| #include "base/bind.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/location.h"
|
| +#include "base/macros.h"
|
| #include "base/single_thread_task_runner.h"
|
| #include "base/thread_task_runner_handle.h"
|
| #include "components/data_use_measurement/core/data_use_user_data.h"
|
| @@ -421,7 +422,8 @@ DeviceManagementRequestJob* DeviceManagementService::CreateJob(
|
| request_context);
|
| }
|
|
|
| -void DeviceManagementService::ScheduleInitialization(int64 delay_milliseconds) {
|
| +void DeviceManagementService::ScheduleInitialization(
|
| + int64_t delay_milliseconds) {
|
| if (initialized_)
|
| return;
|
| base::ThreadTaskRunnerHandle::Get()->PostDelayedTask(
|
|
|