Index: gpu/command_buffer/client/client_test_helper.cc |
diff --git a/gpu/command_buffer/client/client_test_helper.cc b/gpu/command_buffer/client/client_test_helper.cc |
index 258e8217a846ababc37fbf3396832242c51897b9..4f939841923230f4fff708b6344b7d37011d5467 100644 |
--- a/gpu/command_buffer/client/client_test_helper.cc |
+++ b/gpu/command_buffer/client/client_test_helper.cc |
@@ -15,7 +15,9 @@ using ::testing::Invoke; |
namespace gpu { |
-MockCommandBufferBase::MockCommandBufferBase() : put_offset_(0) { |
+MockCommandBufferBase::MockCommandBufferBase() |
+ : CommandBufferServiceBase(kCommandBufferNamespace_InProcess, 0), |
+ put_offset_(0) { |
} |
MockCommandBufferBase::~MockCommandBufferBase() { |