Index: chrome/browser/chromeos/drive/sync_client.cc |
diff --git a/chrome/browser/chromeos/drive/sync_client.cc b/chrome/browser/chromeos/drive/sync_client.cc |
index 19f9275fbb12512a2be3f9f1f5d3def57145dfab..0807fe5c68346083a837354870e17a6191bce3a8 100644 |
--- a/chrome/browser/chromeos/drive/sync_client.cc |
+++ b/chrome/browser/chromeos/drive/sync_client.cc |
@@ -8,12 +8,12 @@ |
#include "base/bind.h" |
#include "base/thread_task_runner_handle.h" |
-#include "chrome/browser/chromeos/drive/file_cache.h" |
#include "chrome/browser/chromeos/drive/file_system/download_operation.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/sync/entry_update_performer.h" |
#include "components/drive/drive.pb.h" |
+#include "components/drive/file_cache.h" |
+#include "components/drive/file_system_core_util.h" |
#include "components/drive/job_scheduler.h" |
#include "google_apis/drive/task_util.h" |