| Index: examples/surfaces_app/child_gl_app.cc
|
| diff --git a/mojo/examples/surfaces_app/child_gl_app.cc b/examples/surfaces_app/child_gl_app.cc
|
| similarity index 97%
|
| rename from mojo/examples/surfaces_app/child_gl_app.cc
|
| rename to examples/surfaces_app/child_gl_app.cc
|
| index a18b20881b91268958409b0fa34dfe4ebc638934..015ffdec158ee1b790dcaee665d81fcb48243e56 100644
|
| --- a/mojo/examples/surfaces_app/child_gl_app.cc
|
| +++ b/examples/surfaces_app/child_gl_app.cc
|
| @@ -4,8 +4,8 @@
|
|
|
| #include "base/macros.h"
|
| #include "base/threading/platform_thread.h"
|
| +#include "examples/surfaces_app/child_gl_impl.h"
|
| #include "mojo/application/application_runner_chromium.h"
|
| -#include "mojo/examples/surfaces_app/child_gl_impl.h"
|
| #include "mojo/public/c/system/main.h"
|
| #include "mojo/public/cpp/application/application_connection.h"
|
| #include "mojo/public/cpp/application/application_delegate.h"
|
|
|