Index: chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc |
diff --git a/chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc b/chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc |
index cc5563ebec9c7c872dac04fb14d97d44a80fa3c7..88a75d551911bdde397f4f3b247534c6e8038ac5 100644 |
--- a/chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc |
+++ b/chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc |
@@ -15,11 +15,11 @@ |
#endif |
#if defined(USE_AURA) && defined(MOJO_SHELL_CLIENT) |
-#include "components/mus/public/cpp/input_devices/input_device_client.h" |
-#include "components/mus/public/interfaces/input_devices/input_device_server.mojom.h" |
#include "content/public/common/mojo_shell_connection.h" |
#include "services/shell/public/cpp/connector.h" |
#include "services/shell/runner/common/client_util.h" |
+#include "services/ui/public/cpp/input_devices/input_device_client.h" |
+#include "services/ui/public/interfaces/input_devices/input_device_server.mojom.h" |
#include "ui/views/mus/window_manager_connection.h" |
#endif |