Index: chrome/browser/chromeos/drive/sync/entry_update_performer.cc |
diff --git a/chrome/browser/chromeos/drive/sync/entry_update_performer.cc b/chrome/browser/chromeos/drive/sync/entry_update_performer.cc |
index ad0e099293cfc36836484189ebe4e7d1c9b4626a..63622074f92f980b1df0b7fc9596ee611909671f 100644 |
--- a/chrome/browser/chromeos/drive/sync/entry_update_performer.cc |
+++ b/chrome/browser/chromeos/drive/sync/entry_update_performer.cc |
@@ -10,7 +10,6 @@ |
#include "base/files/file_util.h" |
#include "chrome/browser/chromeos/drive/change_list_loader.h" |
#include "chrome/browser/chromeos/drive/file_cache.h" |
-#include "chrome/browser/chromeos/drive/file_change.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/job_scheduler.h" |
@@ -18,6 +17,7 @@ |
#include "chrome/browser/chromeos/drive/sync/entry_revert_performer.h" |
#include "chrome/browser/chromeos/drive/sync/remove_performer.h" |
#include "components/drive/drive.pb.h" |
+#include "components/drive/file_change.h" |
#include "google_apis/drive/drive_api_parser.h" |
namespace drive { |