| 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 684d2d370edda90719fff2d251ab84d3b850f2dc..6f226ac5d632f138355e611ba44db3c6ad14cd51 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/download_operation.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system/download_operation.cc
|
| @@ -9,14 +9,14 @@
|
| #include "base/files/file_util.h"
|
| #include "base/logging.h"
|
| #include "base/task_runner_util.h"
|
| -#include "chrome/browser/chromeos/drive/file_cache.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/resource_metadata.h"
|
| #include "components/drive/drive.pb.h"
|
| +#include "components/drive/file_cache.h"
|
| #include "components/drive/file_change.h"
|
| #include "components/drive/file_errors.h"
|
| +#include "components/drive/file_system_core_util.h"
|
| #include "components/drive/job_scheduler.h"
|
| +#include "components/drive/resource_metadata.h"
|
| #include "google_apis/drive/drive_api_error_codes.h"
|
|
|
| namespace drive {
|
|
|