| Index: examples/surfaces_app/child_gl_impl.h
|
| diff --git a/examples/surfaces_app/child_gl_impl.h b/examples/surfaces_app/child_gl_impl.h
|
| index 081ad6fac07c1cf7e0c19bb231634e5c1e428ff6..752d227e7c5241fdd5995853fedf42d9c743d2a5 100644
|
| --- a/examples/surfaces_app/child_gl_impl.h
|
| +++ b/examples/surfaces_app/child_gl_impl.h
|
| @@ -17,8 +17,8 @@
|
| #include "mojo/public/cpp/bindings/string.h"
|
| #include "mojo/public/cpp/bindings/strong_binding.h"
|
| #include "mojo/services/gpu/interfaces/command_buffer.mojom.h"
|
| -#include "mojo/services/surfaces/public/interfaces/surface_id.mojom.h"
|
| -#include "mojo/services/surfaces/public/interfaces/surfaces.mojom.h"
|
| +#include "mojo/services/surfaces/interfaces/surface_id.mojom.h"
|
| +#include "mojo/services/surfaces/interfaces/surfaces.mojom.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include "ui/gfx/size.h"
|
|
|
|
|