Index: gpu/command_buffer/client/mapped_memory_unittest.cc |
diff --git a/gpu/command_buffer/client/mapped_memory_unittest.cc b/gpu/command_buffer/client/mapped_memory_unittest.cc |
index 964d7634047a652e05d77b7f25013352e23481b9..7c5c550c29658d0cf612e1d93f5476059934126c 100644 |
--- a/gpu/command_buffer/client/mapped_memory_unittest.cc |
+++ b/gpu/command_buffer/client/mapped_memory_unittest.cc |
@@ -108,7 +108,7 @@ class MemoryChunkTest : public MappedMemoryTestBase { |
} |
scoped_ptr<MemoryChunk> chunk_; |
- scoped_array<uint8> buffer_; |
+ scoped_ptr<uint8[]> buffer_; |
}; |
#ifndef _MSC_VER |