Index: chrome/browser/sync_file_system/drive_backend/uninstall_app_task.cc |
diff --git a/chrome/browser/sync_file_system/drive_backend/uninstall_app_task.cc b/chrome/browser/sync_file_system/drive_backend/uninstall_app_task.cc |
index 179cc94461ec9b2301f35686f24797296930c864..1a5bf6f0cd560b8974c014a806d4c637186bc684 100644 |
--- a/chrome/browser/sync_file_system/drive_backend/uninstall_app_task.cc |
+++ b/chrome/browser/sync_file_system/drive_backend/uninstall_app_task.cc |
@@ -6,8 +6,6 @@ |
#include "base/bind.h" |
#include "base/location.h" |
-#include "chrome/browser/drive/drive_api_util.h" |
-#include "chrome/browser/drive/drive_service_interface.h" |
#include "chrome/browser/sync_file_system/drive_backend/drive_backend_constants.h" |
#include "chrome/browser/sync_file_system/drive_backend/drive_backend_util.h" |
#include "chrome/browser/sync_file_system/drive_backend/metadata_database.h" |
@@ -15,6 +13,8 @@ |
#include "chrome/browser/sync_file_system/drive_backend/sync_engine_context.h" |
#include "chrome/browser/sync_file_system/drive_backend/tracker_id_set.h" |
#include "chrome/browser/sync_file_system/syncable_file_system_util.h" |
+#include "components/drive/drive_api_util.h" |
+#include "components/drive/service/drive_service_interface.h" |
#include "google_apis/drive/drive_api_parser.h" |
namespace sync_file_system { |