| Index: ppapi/nacl_irt/ppapi_dispatcher.h
|
| diff --git a/ppapi/nacl_irt/ppapi_dispatcher.h b/ppapi/nacl_irt/ppapi_dispatcher.h
|
| index d719d871eba90e0f8a791b9436f7f756bd34fdce..4cb3b1138a86ed8f67226744b711537b1b8ea7ee 100644
|
| --- a/ppapi/nacl_irt/ppapi_dispatcher.h
|
| +++ b/ppapi/nacl_irt/ppapi_dispatcher.h
|
| @@ -95,7 +95,7 @@ class PpapiDispatcher : public proxy::PluginDispatcher::PluginDelegate,
|
| scoped_refptr<base::SingleThreadTaskRunner> task_runner_;
|
| base::WaitableEvent* shutdown_event_;
|
| int renderer_ipc_fd_;
|
| - scoped_ptr<IPC::SyncChannel> channel_;
|
| + std::unique_ptr<IPC::SyncChannel> channel_;
|
| };
|
|
|
| } // namespace ppapi
|
|
|