| Index: services/shell/tests/util.cc
|
| diff --git a/mojo/shell/tests/util.cc b/services/shell/tests/util.cc
|
| similarity index 91%
|
| rename from mojo/shell/tests/util.cc
|
| rename to services/shell/tests/util.cc
|
| index 8326ebe3ab17682583ec50b303953022851f4bdf..bebda4eabc528b0ee455b63751a4d3f572c3be97 100644
|
| --- a/mojo/shell/tests/util.cc
|
| +++ b/services/shell/tests/util.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/shell/tests/util.h"
|
| +#include "services/shell/tests/util.h"
|
|
|
| #include "base/base_paths.h"
|
| #include "base/base_switches.h"
|
| @@ -17,11 +17,11 @@
|
| #include "mojo/edk/embedder/embedder.h"
|
| #include "mojo/edk/embedder/platform_channel_pair.h"
|
| #include "mojo/edk/embedder/scoped_platform_handle.h"
|
| -#include "mojo/shell/public/cpp/connection.h"
|
| -#include "mojo/shell/public/cpp/connector.h"
|
| -#include "mojo/shell/public/interfaces/connector.mojom.h"
|
| -#include "mojo/shell/public/interfaces/shell_client_factory.mojom.h"
|
| -#include "mojo/shell/runner/common/switches.h"
|
| +#include "services/shell/public/cpp/connection.h"
|
| +#include "services/shell/public/cpp/connector.h"
|
| +#include "services/shell/public/interfaces/connector.mojom.h"
|
| +#include "services/shell/public/interfaces/shell_client_factory.mojom.h"
|
| +#include "services/shell/runner/common/switches.h"
|
|
|
| namespace mojo {
|
| namespace shell {
|
|
|