| Index: chrome/browser/sync_file_system/drive_backend/sync_task_manager.cc
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/sync_task_manager.cc b/chrome/browser/sync_file_system/drive_backend/sync_task_manager.cc
|
| index 16e1f9bf53804206a0503fd3ff7820d2a9fb8695..a5762621d9b321603af8249d1fffb49369ee6dd1 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/sync_task_manager.cc
|
| +++ b/chrome/browser/sync_file_system/drive_backend/sync_task_manager.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/location.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/sequenced_task_runner.h"
|
| #include "chrome/browser/sync_file_system/drive_backend/sync_task.h"
|
| @@ -189,7 +190,7 @@ void SyncTaskManager::UpdateTaskBlocker(
|
| continuation);
|
| }
|
|
|
| -bool SyncTaskManager::IsRunningTask(int64 token_id) const {
|
| +bool SyncTaskManager::IsRunningTask(int64_t token_id) const {
|
| DCHECK(sequence_checker_.CalledOnValidSequencedThread());
|
|
|
| // If the client is gone, all task should be aborted.
|
|
|