Index: gpu/command_buffer/client/client_test_helper.h |
diff --git a/gpu/command_buffer/client/client_test_helper.h b/gpu/command_buffer/client/client_test_helper.h |
index 33fae265a9f1d76605c729cbc4b5b487360eedd6..011d31f7224bc992d9dc3319c7b01fd38056ec5f 100644 |
--- a/gpu/command_buffer/client/client_test_helper.h |
+++ b/gpu/command_buffer/client/client_test_helper.h |
@@ -10,9 +10,9 @@ |
#include "base/compiler_specific.h" |
#include "base/memory/scoped_ptr.h" |
#include "gpu/command_buffer/common/cmd_buffer_common.h" |
-#include "gpu/command_buffer/common/command_buffer.h" |
#include "gpu/command_buffer/common/gpu_control.h" |
#include "gpu/command_buffer/common/gpu_memory_allocation.h" |
+#include "gpu/command_buffer/service/command_buffer_service.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
@@ -20,7 +20,7 @@ namespace gpu { |
class CommandBufferHelper; |
-class MockCommandBufferBase : public CommandBuffer { |
+class MockCommandBufferBase : public CommandBufferServiceBase { |
public: |
static const int32 kTransferBufferBaseId = 0x123; |
static const int32 kMaxTransferBuffers = 6; |