| Index: chrome/browser/chromeos/drive/sync/remove_performer.cc
|
| diff --git a/chrome/browser/chromeos/drive/sync/remove_performer.cc b/chrome/browser/chromeos/drive/sync/remove_performer.cc
|
| index cf1db418e102569b737a9b965d8185d50acf97a8..63245cd3c89b7ccd747ac2dd017c145c607ac162 100644
|
| --- a/chrome/browser/chromeos/drive/sync/remove_performer.cc
|
| +++ b/chrome/browser/chromeos/drive/sync/remove_performer.cc
|
| @@ -6,13 +6,13 @@
|
|
|
| #include "base/sequenced_task_runner.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_entry_conversion.h"
|
| -#include "chrome/browser/chromeos/drive/resource_metadata.h"
|
| #include "chrome/browser/chromeos/drive/sync/entry_revert_performer.h"
|
| #include "components/drive/drive.pb.h"
|
| #include "components/drive/drive_api_util.h"
|
| +#include "components/drive/file_system_core_util.h"
|
| #include "components/drive/job_scheduler.h"
|
| +#include "components/drive/resource_entry_conversion.h"
|
| +#include "components/drive/resource_metadata.h"
|
| #include "google_apis/drive/drive_api_parser.h"
|
|
|
| namespace drive {
|
|
|