| Index: chrome/browser/chromeos/drive/file_system/copy_operation.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_system/copy_operation.cc b/chrome/browser/chromeos/drive/file_system/copy_operation.cc
|
| index 606186ea2727ca29afe41014b22e518cacf88bc1..b4bf551a1fff3cbff1eca4a6c2c8768c921b3c20 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/copy_operation.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system/copy_operation.cc
|
| @@ -8,7 +8,6 @@
|
|
|
| #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_system/create_file_operation.h"
|
| #include "chrome/browser/chromeos/drive/file_system/operation_delegate.h"
|
| #include "chrome/browser/chromeos/drive/file_system_core_util.h"
|
| @@ -17,6 +16,7 @@
|
| #include "chrome/browser/chromeos/drive/resource_metadata.h"
|
| #include "components/drive/drive.pb.h"
|
| #include "components/drive/drive_api_util.h"
|
| +#include "components/drive/file_change.h"
|
| #include "google_apis/drive/drive_api_parser.h"
|
|
|
| namespace drive {
|
|
|