| Index: mojo/gles2/gles2_context.h
|
| diff --git a/mojo/gles2/gles2_context.h b/mojo/gles2/gles2_context.h
|
| index bd680ba68e317ad89cbc170bac169194332b86d1..02c051ebaf0a2f3822ab24984068473323336a0b 100644
|
| --- a/mojo/gles2/gles2_context.h
|
| +++ b/mojo/gles2/gles2_context.h
|
| @@ -9,8 +9,8 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "gpu/command_buffer/client/gles2_implementation.h"
|
| #include "mojo/gles2/command_buffer_client_impl.h"
|
| -#include "mojo/public/bindings/remote_ptr.h"
|
| #include "mojo/public/c/gles2/gles2.h"
|
| +#include "mojo/public/cpp/bindings/remote_ptr.h"
|
|
|
| struct MojoGLES2ContextPrivate {};
|
|
|
|
|