| Index: examples/apptest/example_client_application.cc
|
| diff --git a/mojo/examples/apptest/example_client_application.cc b/examples/apptest/example_client_application.cc
|
| similarity index 86%
|
| rename from mojo/examples/apptest/example_client_application.cc
|
| rename to examples/apptest/example_client_application.cc
|
| index ca59effc7b8023c7c9829e5e41db68b8ff77204b..2c020a9a1c5506519d4001ba7286c357f9cbef78 100644
|
| --- a/mojo/examples/apptest/example_client_application.cc
|
| +++ b/examples/apptest/example_client_application.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/examples/apptest/example_client_application.h"
|
| +#include "examples/apptest/example_client_application.h"
|
|
|
| namespace mojo {
|
|
|
|
|