| Index: gpu/command_buffer/client/fenced_allocator.h
|
| ===================================================================
|
| --- gpu/command_buffer/client/fenced_allocator.h (revision 35153)
|
| +++ gpu/command_buffer/client/fenced_allocator.h (working copy)
|
| @@ -128,7 +128,7 @@
|
| // the other functions that return a block index).
|
| Offset AllocInBlock(BlockIndex index, unsigned int size);
|
|
|
| - gpu::CommandBufferHelper *helper_;
|
| + CommandBufferHelper *helper_;
|
| Container blocks_;
|
|
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(FencedAllocator);
|
|
|