| Index: mojo/shell/tests/package_apptest.cc
|
| diff --git a/mojo/shell/package_apptest.cc b/mojo/shell/tests/package_apptest.cc
|
| similarity index 98%
|
| rename from mojo/shell/package_apptest.cc
|
| rename to mojo/shell/tests/package_apptest.cc
|
| index 1086fe329e737e33d5720e264e36d837ee4ab318..b29bc025a5131524574fb769f10f81b972b6c569 100644
|
| --- a/mojo/shell/package_apptest.cc
|
| +++ b/mojo/shell/tests/package_apptest.cc
|
| @@ -10,9 +10,9 @@
|
| #include "base/bind.h"
|
| #include "base/macros.h"
|
| #include "base/run_loop.h"
|
| -#include "mojo/shell/package_test.mojom.h"
|
| #include "mojo/shell/public/cpp/application_test_base.h"
|
| #include "mojo/shell/public/interfaces/application_manager.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
|
|
|