| Index: examples/surfaces_app/child_impl.cc
|
| diff --git a/mojo/examples/surfaces_app/child_impl.cc b/examples/surfaces_app/child_impl.cc
|
| similarity index 96%
|
| rename from mojo/examples/surfaces_app/child_impl.cc
|
| rename to examples/surfaces_app/child_impl.cc
|
| index 5ce6238dc15212ccfd5691daf9440748523d5ed6..980d6c2d7c8baac34065764683cbefa01bb71bfe 100644
|
| --- a/mojo/examples/surfaces_app/child_impl.cc
|
| +++ b/examples/surfaces_app/child_impl.cc
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/examples/surfaces_app/child_impl.h"
|
| +#include "examples/surfaces_app/child_impl.h"
|
|
|
| #include "base/bind.h"
|
| #include "cc/output/compositor_frame.h"
|
| #include "cc/output/delegated_frame_data.h"
|
| #include "cc/quads/render_pass.h"
|
| #include "cc/quads/solid_color_draw_quad.h"
|
| +#include "examples/surfaces_app/surfaces_util.h"
|
| #include "mojo/converters/geometry/geometry_type_converters.h"
|
| #include "mojo/converters/surfaces/surfaces_type_converters.h"
|
| -#include "mojo/examples/surfaces_app/surfaces_util.h"
|
| #include "mojo/public/cpp/application/application_connection.h"
|
| #include "mojo/services/public/interfaces/surfaces/surface_id.mojom.h"
|
| #include "mojo/services/public/interfaces/surfaces/surfaces.mojom.h"
|
|
|