| Index: content/public/test/test_mojo_app.cc
|
| diff --git a/content/public/test/test_mojo_app.cc b/content/public/test/test_mojo_app.cc
|
| index fa3884c48ee2198672205057f314c7f6d419a5a2..ecd516f10a3288693159e595e29ee7b71dbe0399 100644
|
| --- a/content/public/test/test_mojo_app.cc
|
| +++ b/content/public/test/test_mojo_app.cc
|
| @@ -8,8 +8,8 @@
|
|
|
| #include "base/logging.h"
|
| #include "base/message_loop/message_loop.h"
|
| -#include "mojo/shell/public/cpp/connection.h"
|
| -#include "mojo/shell/public/cpp/connector.h"
|
| +#include "services/shell/public/cpp/connection.h"
|
| +#include "services/shell/public/cpp/connector.h"
|
|
|
| namespace content {
|
|
|
|
|