| Index: ppapi/proxy/resource_message_test_sink.h
|
| diff --git a/ppapi/proxy/resource_message_test_sink.h b/ppapi/proxy/resource_message_test_sink.h
|
| index b6ada44c8991683cad5081c7e168a1260100e07f..a2430606ec89b77a160f87d959f92eb8b622011d 100644
|
| --- a/ppapi/proxy/resource_message_test_sink.h
|
| +++ b/ppapi/proxy/resource_message_test_sink.h
|
| @@ -55,7 +55,7 @@ class ResourceMessageTestSink : public IPC::TestSink {
|
| ResourceReplyVector GetAllResourceRepliesMatching(uint32_t id);
|
|
|
| private:
|
| - scoped_ptr<IPC::Message> sync_reply_msg_;
|
| + std::unique_ptr<IPC::Message> sync_reply_msg_;
|
| };
|
|
|
| // This is a message handler which generates reply messages for synchronous
|
|
|