| Index: services/shell/tests/loader_unittest.cc
|
| diff --git a/mojo/shell/tests/loader_unittest.cc b/services/shell/tests/loader_unittest.cc
|
| similarity index 97%
|
| rename from mojo/shell/tests/loader_unittest.cc
|
| rename to services/shell/tests/loader_unittest.cc
|
| index b9c9f272c060cd6a6007e3abebff60a9a6f26f75..776163cfa0cbb4398fb4c448c3449d1c2bc77ec8 100644
|
| --- a/mojo/shell/tests/loader_unittest.cc
|
| +++ b/services/shell/tests/loader_unittest.cc
|
| @@ -13,15 +13,15 @@
|
| #include "mojo/public/cpp/bindings/strong_binding.h"
|
| #include "mojo/services/catalog/factory.h"
|
| #include "mojo/services/catalog/store.h"
|
| -#include "mojo/shell/connect_util.h"
|
| -#include "mojo/shell/loader.h"
|
| -#include "mojo/shell/public/cpp/connector.h"
|
| -#include "mojo/shell/public/cpp/interface_factory.h"
|
| -#include "mojo/shell/public/cpp/shell_client.h"
|
| -#include "mojo/shell/public/cpp/shell_connection.h"
|
| -#include "mojo/shell/public/interfaces/interface_provider.mojom.h"
|
| -#include "mojo/shell/shell.h"
|
| -#include "mojo/shell/tests/test.mojom.h"
|
| +#include "services/shell/connect_util.h"
|
| +#include "services/shell/loader.h"
|
| +#include "services/shell/public/cpp/connector.h"
|
| +#include "services/shell/public/cpp/interface_factory.h"
|
| +#include "services/shell/public/cpp/shell_client.h"
|
| +#include "services/shell/public/cpp/shell_connection.h"
|
| +#include "services/shell/public/interfaces/interface_provider.mojom.h"
|
| +#include "services/shell/shell.h"
|
| +#include "services/shell/tests/test.mojom.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace mojo {
|
|
|