Index: mojo/examples/launcher/launcher.cc |
diff --git a/mojo/examples/launcher/launcher.cc b/mojo/examples/launcher/launcher.cc |
index 43addf41d9903fa47940d83ff36a5fb4d5c2bdba..5e19f841ef0ab4e0beff79dff1020c8a7695eca0 100644 |
--- a/mojo/examples/launcher/launcher.cc |
+++ b/mojo/examples/launcher/launcher.cc |
@@ -13,15 +13,15 @@ |
#include "base/path_service.h" |
#include "mojo/examples/aura_demo/demo_screen.h" |
#include "mojo/examples/aura_demo/window_tree_host_mojo.h" |
+#include "mojo/examples/launcher/launcher.mojom.h" |
#include "mojo/public/bindings/allocation_scope.h" |
#include "mojo/public/bindings/remote_ptr.h" |
#include "mojo/public/gles2/gles2_cpp.h" |
#include "mojo/public/shell/application.h" |
+#include "mojo/public/shell/shell.mojom.h" |
#include "mojo/public/system/core.h" |
#include "mojo/public/system/macros.h" |
-#include "mojom/launcher.h" |
-#include "mojom/native_viewport.h" |
-#include "mojom/shell.h" |
+#include "mojo/services/native_viewport/native_viewport.mojom.h" |
#include "ui/aura/client/aura_constants.h" |
#include "ui/aura/client/default_activation_client.h" |
#include "ui/aura/client/default_capture_client.h" |