| Index: chrome/browser/sync_file_system/local/syncable_file_operation_runner.cc
|
| diff --git a/chrome/browser/sync_file_system/local/syncable_file_operation_runner.cc b/chrome/browser/sync_file_system/local/syncable_file_operation_runner.cc
|
| index 11053a2f7d0e9e90701459af74f492f18096ed65..de4e3169c20e5f219c6f9ceda0e595d9c5efbde0 100644
|
| --- a/chrome/browser/sync_file_system/local/syncable_file_operation_runner.cc
|
| +++ b/chrome/browser/sync_file_system/local/syncable_file_operation_runner.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "chrome/browser/sync_file_system/local/syncable_file_operation_runner.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <algorithm>
|
| #include <functional>
|
|
|
| @@ -43,7 +45,7 @@ void SyncableFileOperationRunner::Task::Start(LocalFileSyncStatus* status) {
|
| // SyncableFileOperationRunner -------------------------------------------------
|
|
|
| SyncableFileOperationRunner::SyncableFileOperationRunner(
|
| - int64 max_inflight_tasks,
|
| + int64_t max_inflight_tasks,
|
| LocalFileSyncStatus* sync_status)
|
| : sync_status_(sync_status),
|
| max_inflight_tasks_(max_inflight_tasks),
|
|
|