Index: ash/common/mojo_interface_factory.cc |
diff --git a/ash/common/mojo_interface_factory.cc b/ash/common/mojo_interface_factory.cc |
index 501c00657dfddb4bc3a638109307c82a8af5a465..f8a6b0fb157e872cb73e8de676deb48577fd84b1 100644 |
--- a/ash/common/mojo_interface_factory.cc |
+++ b/ash/common/mojo_interface_factory.cc |
@@ -14,12 +14,12 @@ |
#include "ash/common/shelf/shelf_controller.h" |
#include "ash/common/shell_delegate.h" |
#include "ash/common/shutdown_controller.h" |
-#include "ash/common/system/chromeos/network/vpn_list.h" |
-#include "ash/common/system/locale/locale_notification_controller.h" |
-#include "ash/common/system/tray/system_tray_controller.h" |
#include "ash/common/wallpaper/wallpaper_controller.h" |
#include "ash/common/wm/maximize_mode/maximize_mode_controller.h" |
#include "ash/common/wm_shell.h" |
+#include "ash/system/locale/locale_notification_controller.h" |
+#include "ash/system/network/vpn_list.h" |
+#include "ash/system/tray/system_tray_controller.h" |
#include "base/bind.h" |
#include "services/service_manager/public/cpp/interface_registry.h" |
#include "ui/app_list/presenter/app_list.h" |