| Index: gpu/command_buffer/client/fenced_allocator_test.cc
|
| diff --git a/gpu/command_buffer/client/fenced_allocator_test.cc b/gpu/command_buffer/client/fenced_allocator_test.cc
|
| index 2c6cdc66249279e48bf3e8c5e5ebd09b391b8775..2008ede7f126bb72dfe863b8c27a874ec715f62f 100644
|
| --- a/gpu/command_buffer/client/fenced_allocator_test.cc
|
| +++ b/gpu/command_buffer/client/fenced_allocator_test.cc
|
| @@ -417,7 +417,7 @@ class FencedAllocatorWrapperTest : public BaseFencedAllocatorTest {
|
| }
|
|
|
| scoped_ptr<FencedAllocatorWrapper> allocator_;
|
| - scoped_array<char> buffer_;
|
| + scoped_ptr<char[]> buffer_;
|
| };
|
|
|
| // Checks basic alloc and free.
|
|
|