| Index: ppapi/proxy/dispatcher.h
|
| diff --git a/ppapi/proxy/dispatcher.h b/ppapi/proxy/dispatcher.h
|
| index a00c550b424a210fc98f7b343a3d38a99ad7584c..47e13172f1df9ebaecb57e88a18918e4ce35b339 100644
|
| --- a/ppapi/proxy/dispatcher.h
|
| +++ b/ppapi/proxy/dispatcher.h
|
| @@ -92,7 +92,7 @@ class PPAPI_PROXY_EXPORT Dispatcher : public ProxyChannel {
|
| friend class PluginDispatcherTest;
|
|
|
| // Lists all lazily-created interface proxies.
|
| - scoped_ptr<InterfaceProxy> proxies_[API_ID_COUNT];
|
| + std::unique_ptr<InterfaceProxy> proxies_[API_ID_COUNT];
|
|
|
| PP_GetInterface_Func local_get_interface_;
|
|
|
|
|