| Index: chrome/test/base/mash_browser_tests_main.cc
|
| diff --git a/chrome/test/base/mash_browser_tests_main.cc b/chrome/test/base/mash_browser_tests_main.cc
|
| index 0db865114f7e2ee0c336319e188051920dfcef27..48b496892432d3b6881446e514c32c9990f35d71 100644
|
| --- a/chrome/test/base/mash_browser_tests_main.cc
|
| +++ b/chrome/test/base/mash_browser_tests_main.cc
|
| @@ -14,12 +14,12 @@
|
| #include "chrome/test/base/mojo_test_connector.h"
|
| #include "content/public/common/mojo_shell_connection.h"
|
| #include "content/public/test/test_launcher.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/switches.h"
|
| -#include "mojo/shell/runner/host/child_process.h"
|
| -#include "mojo/shell/runner/init.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/switches.h"
|
| +#include "services/shell/runner/host/child_process.h"
|
| +#include "services/shell/runner/init.h"
|
|
|
| namespace {
|
|
|
|
|