| Index: components/display_compositor/gl_helper_unittest.cc
|
| diff --git a/components/display_compositor/gl_helper_unittest.cc b/components/display_compositor/gl_helper_unittest.cc
|
| index 5e65ee0cbfc067fe18a08c8594417b32f3cb639f..b70e9211d8f8b52f91f681a26bad1adf2ca28bd8 100644
|
| --- a/components/display_compositor/gl_helper_unittest.cc
|
| +++ b/components/display_compositor/gl_helper_unittest.cc
|
| @@ -33,9 +33,9 @@
|
| #include "components/display_compositor/gl_helper.h"
|
| #include "components/display_compositor/gl_helper_readback_support.h"
|
| #include "components/display_compositor/gl_helper_scaling.h"
|
| -#include "gpu/command_buffer/client/gl_in_process_context.h"
|
| #include "gpu/command_buffer/client/gles2_implementation.h"
|
| #include "gpu/command_buffer/client/shared_memory_limits.h"
|
| +#include "gpu/ipc/gl_in_process_context.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "third_party/skia/include/core/SkTypes.h"
|
|
|