Index: chrome/browser/ui/ash/chrome_screenshot_grabber.cc |
diff --git a/chrome/browser/ui/ash/chrome_screenshot_grabber.cc b/chrome/browser/ui/ash/chrome_screenshot_grabber.cc |
index 005423b11cd4cb4766ac65b83e0d70a34466d0af..d6a5b151d26c018bd5da0814d7e6c013036a6b68 100644 |
--- a/chrome/browser/ui/ash/chrome_screenshot_grabber.cc |
+++ b/chrome/browser/ui/ash/chrome_screenshot_grabber.cc |
@@ -32,13 +32,13 @@ |
#include "ui/strings/grit/ui_strings.h" |
#if defined(OS_CHROMEOS) |
-#include "chrome/browser/chromeos/drive/file_system_core_util.h" |
-#include "chrome/browser/chromeos/drive/file_system_interface.h" |
#include "chrome/browser/chromeos/drive/file_system_util.h" |
#include "chrome/browser/chromeos/file_manager/open_util.h" |
#include "chrome/browser/notifications/desktop_notification_service.h" |
#include "chrome/browser/notifications/desktop_notification_service_factory.h" |
#include "chromeos/login/login_state.h" |
+#include "components/drive/file_system_core_util.h" |
+#include "components/drive/file_system_interface.h" |
#endif |
namespace { |