| Index: gpu/command_buffer/service/vertex_array_manager_unittest.cc
|
| diff --git a/gpu/command_buffer/service/vertex_array_manager_unittest.cc b/gpu/command_buffer/service/vertex_array_manager_unittest.cc
|
| index e4114899236cf68763374de0427010122fe81d0a..48712acdd222842027b6d99cfeb2262694e75e32 100644
|
| --- a/gpu/command_buffer/service/vertex_array_manager_unittest.cc
|
| +++ b/gpu/command_buffer/service/vertex_array_manager_unittest.cc
|
| @@ -6,10 +6,10 @@
|
| #include "gpu/command_buffer/service/vertex_attrib_manager.h"
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "gpu/command_buffer/common/gl_mock.h"
|
| #include "gpu/command_buffer/service/feature_info.h"
|
| #include "gpu/command_buffer/service/test_helper.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "ui/gl/gl_mock.h"
|
|
|
| using ::testing::Pointee;
|
| using ::testing::_;
|
|
|