| Index: chrome/test/base/mojo_test_connector.cc
|
| diff --git a/chrome/test/base/mojo_test_connector.cc b/chrome/test/base/mojo_test_connector.cc
|
| index 3092c9b8f009e21c200c6f436b9ee9717903b7a9..2ef017f909db5ef59ba51f8b5ecb4819f2da59e3 100644
|
| --- a/chrome/test/base/mojo_test_connector.cc
|
| +++ b/chrome/test/base/mojo_test_connector.cc
|
| @@ -18,15 +18,15 @@
|
| #include "mojo/edk/embedder/process_delegate.h"
|
| #include "mojo/public/cpp/bindings/interface_request.h"
|
| #include "mojo/services/catalog/store.h"
|
| -#include "mojo/shell/background/tests/test_catalog_store.h"
|
| -#include "mojo/shell/native_runner_delegate.h"
|
| -#include "mojo/shell/public/cpp/connector.h"
|
| -#include "mojo/shell/public/cpp/shell_client.h"
|
| -#include "mojo/shell/public/cpp/shell_connection.h"
|
| -#include "mojo/shell/runner/common/client_util.h"
|
| -#include "mojo/shell/runner/common/switches.h"
|
| -#include "mojo/shell/shell.h"
|
| -#include "mojo/shell/switches.h"
|
| +#include "services/shell/background/tests/test_catalog_store.h"
|
| +#include "services/shell/native_runner_delegate.h"
|
| +#include "services/shell/public/cpp/connector.h"
|
| +#include "services/shell/public/cpp/shell_client.h"
|
| +#include "services/shell/public/cpp/shell_connection.h"
|
| +#include "services/shell/runner/common/client_util.h"
|
| +#include "services/shell/runner/common/switches.h"
|
| +#include "services/shell/shell.h"
|
| +#include "services/shell/switches.h"
|
|
|
| using mojo::shell::mojom::ShellClient;
|
| using mojo::shell::mojom::ShellClientPtr;
|
|
|