| Index: content/gpu/gpu_info_collector_unittest.cc
|
| diff --git a/content/gpu/gpu_info_collector_unittest.cc b/content/gpu/gpu_info_collector_unittest.cc
|
| index 0085c62f325e1f87c6614ec8affd20670d187190..d787e89a90e94e4b1086cb4c1d77f7f5f7c6eb40 100644
|
| --- a/content/gpu/gpu_info_collector_unittest.cc
|
| +++ b/content/gpu/gpu_info_collector_unittest.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "app/gfx/gl/gl_implementation.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "content/common/gpu_info.h"
|
| #include "content/gpu/gpu_info_collector.h"
|
| #include "gpu/command_buffer/common/gl_mock.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "ui/gfx/gl/gl_implementation.h"
|
|
|
| using ::gfx::MockGLInterface;
|
| using ::testing::Return;
|
|
|