| Index: examples/surfaces_app/surfaces_app.cc
|
| diff --git a/mojo/examples/surfaces_app/surfaces_app.cc b/examples/surfaces_app/surfaces_app.cc
|
| similarity index 98%
|
| rename from mojo/examples/surfaces_app/surfaces_app.cc
|
| rename to examples/surfaces_app/surfaces_app.cc
|
| index 307c20c274e8cbda484e51aa35d080c18c6e4678..1dd8bc2d6cde71dd2f9c31256fa58ee43d8f5c49 100644
|
| --- a/mojo/examples/surfaces_app/surfaces_app.cc
|
| +++ b/examples/surfaces_app/surfaces_app.cc
|
| @@ -7,11 +7,11 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "cc/surfaces/surface_id_allocator.h"
|
| +#include "examples/surfaces_app/child.mojom.h"
|
| +#include "examples/surfaces_app/embedder.h"
|
| #include "mojo/application/application_runner_chromium.h"
|
| #include "mojo/converters/geometry/geometry_type_converters.h"
|
| #include "mojo/converters/surfaces/surfaces_type_converters.h"
|
| -#include "mojo/examples/surfaces_app/child.mojom.h"
|
| -#include "mojo/examples/surfaces_app/embedder.h"
|
| #include "mojo/public/c/system/main.h"
|
| #include "mojo/public/cpp/application/application_connection.h"
|
| #include "mojo/public/cpp/application/application_delegate.h"
|
|
|