| Index: content/common/gpu/client/gpu_in_process_context_tests.cc
|
| diff --git a/content/common/gpu/client/gpu_in_process_context_tests.cc b/content/common/gpu/client/gpu_in_process_context_tests.cc
|
| index 3e134f5adf7759d1d8cfe88e271e612e2b96dd36..6e740572211a8eb4d73fcd609fb062dc7fdb5229 100644
|
| --- a/content/common/gpu/client/gpu_in_process_context_tests.cc
|
| +++ b/content/common/gpu/client/gpu_in_process_context_tests.cc
|
| @@ -8,13 +8,13 @@
|
| #include <vector>
|
|
|
| #include "content/public/test/unittest_test_suite.h"
|
| +#include "gpu/blink/webgraphicscontext3d_in_process_command_buffer_impl.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "ui/gl/gl_surface.h"
|
| -#include "webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h"
|
|
|
| namespace {
|
|
|
| -using webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl;
|
| +using gpu_blink::WebGraphicsContext3DInProcessCommandBufferImpl;
|
|
|
| class ContextTestBase : public testing::Test {
|
| public:
|
|
|