Index: chrome/browser/chromeos/drive/file_task_executor.cc |
diff --git a/chrome/browser/chromeos/drive/file_task_executor.cc b/chrome/browser/chromeos/drive/file_task_executor.cc |
index 84d3dbf186da80cebb83c225c6314777429fed37..6976ebef7be4cb2cbf9d0b020347fa727e7e44ea 100644 |
--- a/chrome/browser/chromeos/drive/file_task_executor.cc |
+++ b/chrome/browser/chromeos/drive/file_task_executor.cc |
@@ -7,9 +7,7 @@ |
#include <string> |
#include <vector> |
-#include "chrome/browser/chromeos/drive/drive.pb.h" |
#include "chrome/browser/chromeos/drive/drive_integration_service.h" |
-#include "chrome/browser/chromeos/drive/file_system_interface.h" |
#include "chrome/browser/chromeos/drive/file_system_util.h" |
#include "chrome/browser/profiles/profile_manager.h" |
#include "chrome/browser/ui/ash/multi_user/multi_user_util.h" |
@@ -18,6 +16,8 @@ |
#include "chrome/browser/ui/browser_window.h" |
#include "chrome/browser/ui/scoped_tabbed_browser_displayer.h" |
#include "chrome/common/extensions/api/file_manager_private.h" |
+#include "components/drive/drive.pb.h" |
+#include "components/drive/file_system_interface.h" |
#include "components/drive/service/drive_service_interface.h" |
#include "content/public/browser/browser_thread.h" |
#include "storage/browser/fileapi/file_system_url.h" |