Index: mojo/edk/system/proxy_message_pipe_endpoint.h |
diff --git a/mojo/edk/system/proxy_message_pipe_endpoint.h b/mojo/edk/system/proxy_message_pipe_endpoint.h |
index 385379bcca2e51aa5bf1a805ba38febff8a8048c..c61fdb2e81401095f755b14706f208b3ee6f0c3d 100644 |
--- a/mojo/edk/system/proxy_message_pipe_endpoint.h |
+++ b/mojo/edk/system/proxy_message_pipe_endpoint.h |
@@ -44,7 +44,7 @@ class MOJO_SYSTEM_IMPL_EXPORT ProxyMessagePipeEndpoint final |
// |MessagePipeEndpoint| implementation: |
Type GetType() const override; |
bool OnPeerClose() override; |
- void EnqueueMessage(scoped_ptr<MessageInTransit> message) override; |
+ void EnqueueMessage(std::unique_ptr<MessageInTransit> message) override; |
void Close() override; |
private: |