Index: mojo/shell/tests/package_test_package.cc |
diff --git a/mojo/shell/tests/package_test_package.cc b/mojo/shell/tests/package_test_package.cc |
index 53a8bdf881973c49885901cf312353ab4fcbc57a..4a37ebe5e64114912291cb89fc7a393c7da708fb 100644 |
--- a/mojo/shell/tests/package_test_package.cc |
+++ b/mojo/shell/tests/package_test_package.cc |
@@ -13,12 +13,12 @@ |
#include "base/threading/simple_thread.h" |
#include "mojo/public/c/system/main.h" |
#include "mojo/public/cpp/bindings/weak_binding_set.h" |
-#include "mojo/shell/package_test.mojom.h" |
#include "mojo/shell/public/cpp/application_runner.h" |
#include "mojo/shell/public/cpp/interface_factory.h" |
#include "mojo/shell/public/cpp/shell.h" |
#include "mojo/shell/public/cpp/shell_client.h" |
#include "mojo/shell/public/interfaces/shell_client_factory.mojom.h" |
+#include "mojo/shell/tests/package_test.mojom.h" |
// Tests that multiple applications can be packaged in a single Mojo application |
// implementing ShellClientFactory; that these applications can be specified by |