| Index: chrome/browser/chromeos/drive/file_system/remove_operation.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_system/remove_operation.cc b/chrome/browser/chromeos/drive/file_system/remove_operation.cc
|
| index e6dcfa30dc294e31e84c9a87e7ffeb0f5250bae9..1249305a5a7edb1244db52825ac9ddf0312a45d8 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/remove_operation.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system/remove_operation.cc
|
| @@ -5,13 +5,13 @@
|
| #include "chrome/browser/chromeos/drive/file_system/remove_operation.h"
|
|
|
| #include "base/sequenced_task_runner.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_system_core_util.h"
|
| #include "components/drive/job_scheduler.h"
|
| +#include "components/drive/resource_metadata.h"
|
|
|
| namespace drive {
|
| namespace file_system {
|
|
|