| Index: mojo/gles2/gles2_context.cc
|
| diff --git a/mojo/gles2/gles2_context.cc b/mojo/gles2/gles2_context.cc
|
| index 5574840129cf686667ca7355d347ecdf58626e83..d16bc42a89560ad983ad609da7bf1f9247c31817 100644
|
| --- a/mojo/gles2/gles2_context.cc
|
| +++ b/mojo/gles2/gles2_context.cc
|
| @@ -7,8 +7,8 @@
|
| #include "gpu/command_buffer/client/gles2_cmd_helper.h"
|
| #include "gpu/command_buffer/client/gles2_implementation.h"
|
| #include "gpu/command_buffer/client/transfer_buffer.h"
|
| -#include "mojo/public/c/gles2/gles2.h"
|
| -#include "mojo/public/cpp/system/core.h"
|
| +#include "third_party/mojo/src/mojo/public/c/gles2/gles2.h"
|
| +#include "third_party/mojo/src/mojo/public/cpp/system/core.h"
|
|
|
| namespace gles2 {
|
|
|
|
|