| Index: chrome/browser/chromeos/drive/file_system/download_operation.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_system/download_operation.cc b/chrome/browser/chromeos/drive/file_system/download_operation.cc
|
| index b917f7bb874ba7fefd32e3f8966a49198c04c9e0..a9395755f6a9ed061051d7105e43c639f67b9ed1 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/download_operation.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system/download_operation.cc
|
| @@ -10,13 +10,13 @@
|
| #include "base/logging.h"
|
| #include "base/task_runner_util.h"
|
| #include "chrome/browser/chromeos/drive/file_cache.h"
|
| -#include "chrome/browser/chromeos/drive/file_change.h"
|
| -#include "chrome/browser/chromeos/drive/file_errors.h"
|
| #include "chrome/browser/chromeos/drive/file_system/operation_delegate.h"
|
| #include "chrome/browser/chromeos/drive/file_system_core_util.h"
|
| #include "chrome/browser/chromeos/drive/job_scheduler.h"
|
| #include "chrome/browser/chromeos/drive/resource_metadata.h"
|
| #include "components/drive/drive.pb.h"
|
| +#include "components/drive/file_change.h"
|
| +#include "components/drive/file_errors.h"
|
| #include "google_apis/drive/drive_api_error_codes.h"
|
|
|
| namespace drive {
|
|
|