| Index: services/shell/tests/shell/shell_unittest.cc
|
| diff --git a/mojo/shell/tests/shell/shell_unittest.cc b/services/shell/tests/shell/shell_unittest.cc
|
| similarity index 95%
|
| rename from mojo/shell/tests/shell/shell_unittest.cc
|
| rename to services/shell/tests/shell/shell_unittest.cc
|
| index 04af796db64e9635b25cea4518d704d8b4aa11de..30c9b46447bcffebcbadd65d807b942f9c179d9b 100644
|
| --- a/mojo/shell/tests/shell/shell_unittest.cc
|
| +++ b/services/shell/tests/shell/shell_unittest.cc
|
| @@ -13,11 +13,11 @@
|
| #include "base/process/process_handle.h"
|
| #include "base/run_loop.h"
|
| #include "mojo/public/cpp/bindings/binding_set.h"
|
| -#include "mojo/shell/public/cpp/interface_factory.h"
|
| -#include "mojo/shell/public/cpp/shell_client.h"
|
| -#include "mojo/shell/public/cpp/shell_test.h"
|
| -#include "mojo/shell/public/interfaces/shell.mojom.h"
|
| -#include "mojo/shell/tests/shell/shell_unittest.mojom.h"
|
| +#include "services/shell/public/cpp/interface_factory.h"
|
| +#include "services/shell/public/cpp/shell_client.h"
|
| +#include "services/shell/public/cpp/shell_test.h"
|
| +#include "services/shell/public/interfaces/shell.mojom.h"
|
| +#include "services/shell/tests/shell/shell_unittest.mojom.h"
|
|
|
| namespace mojo {
|
| namespace shell {
|
|
|