| Index: components/view_manager/native_viewport/onscreen_context_provider.cc
|
| diff --git a/components/view_manager/native_viewport/onscreen_context_provider.cc b/components/view_manager/native_viewport/onscreen_context_provider.cc
|
| index 10acebbaa3ea49f6d73f004b5169df3b7167fb4a..8fb1c1e3457162c7ab6a1a79b303efbc783be379 100644
|
| --- a/components/view_manager/native_viewport/onscreen_context_provider.cc
|
| +++ b/components/view_manager/native_viewport/onscreen_context_provider.cc
|
| @@ -5,9 +5,9 @@
|
| #include "components/view_manager/native_viewport/onscreen_context_provider.h"
|
|
|
| #include "base/bind.h"
|
| -#include "components/gles2/command_buffer_driver.h"
|
| -#include "components/gles2/command_buffer_impl.h"
|
| -#include "components/gles2/gpu_state.h"
|
| +#include "components/view_manager/gles2/command_buffer_driver.h"
|
| +#include "components/view_manager/gles2/command_buffer_impl.h"
|
| +#include "components/view_manager/gles2/gpu_state.h"
|
|
|
| namespace native_viewport {
|
|
|
|
|