| Index: gpu/ipc/client/command_buffer_proxy_impl.h
|
| diff --git a/gpu/ipc/client/command_buffer_proxy_impl.h b/gpu/ipc/client/command_buffer_proxy_impl.h
|
| index cd72f7828844505d15c543cf786c2f3d206976d0..a360c9e032b06ef659a565080db408b1a70b6700 100644
|
| --- a/gpu/ipc/client/command_buffer_proxy_impl.h
|
| +++ b/gpu/ipc/client/command_buffer_proxy_impl.h
|
| @@ -204,7 +204,7 @@ class GPU_EXPORT CommandBufferProxyImpl
|
| State last_state_;
|
|
|
| // The shared memory area used to update state.
|
| - scoped_ptr<base::SharedMemory> shared_state_shm_;
|
| + std::unique_ptr<base::SharedMemory> shared_state_shm_;
|
|
|
| // |*this| is owned by |*channel_| and so is always outlived by it, so using a
|
| // raw pointer is ok.
|
|
|