Index: mojo/examples/surfaces_app/child_impl.cc |
diff --git a/mojo/examples/surfaces_app/child_impl.cc b/mojo/examples/surfaces_app/child_impl.cc |
index 963afb640ef7df7eec4d37ffb342f377c60d98f8..5ce6238dc15212ccfd5691daf9440748523d5ed6 100644 |
--- a/mojo/examples/surfaces_app/child_impl.cc |
+++ b/mojo/examples/surfaces_app/child_impl.cc |
@@ -9,10 +9,10 @@ |
#include "cc/output/delegated_frame_data.h" |
#include "cc/quads/render_pass.h" |
#include "cc/quads/solid_color_draw_quad.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/cpp/geometry/geometry_type_converters.h" |
-#include "mojo/services/public/cpp/surfaces/surfaces_type_converters.h" |
#include "mojo/services/public/interfaces/surfaces/surface_id.mojom.h" |
#include "mojo/services/public/interfaces/surfaces/surfaces.mojom.h" |
#include "ui/gfx/rect.h" |