| Index: gpu/command_buffer/common/command_buffer_shared_test.cc
|
| diff --git a/gpu/command_buffer/common/command_buffer_shared_test.cc b/gpu/command_buffer/common/command_buffer_shared_test.cc
|
| index e86b1f7f090030e82cc99387eddc436be0991b61..d2c599a35e8343732d9525f824ad2129811e5060 100644
|
| --- a/gpu/command_buffer/common/command_buffer_shared_test.cc
|
| +++ b/gpu/command_buffer/common/command_buffer_shared_test.cc
|
| @@ -55,7 +55,7 @@ void WriteToState(int32 *buffer,
|
| }
|
|
|
| TEST_F(CommandBufferSharedTest, TestConsistency) {
|
| - scoped_array<int32> buffer;
|
| + scoped_ptr<int32[]> buffer;
|
| buffer.reset(new int32[kSize]);
|
| base::Thread consumer("Reader Thread");
|
|
|
|
|