| Index: mojo/edk/system/master_connection_manager.cc
|
| diff --git a/mojo/edk/system/master_connection_manager.cc b/mojo/edk/system/master_connection_manager.cc
|
| index 0804dc91dc0534614b7e1a2bc4f8981b94b67002..c517a5f282a3cf0e1144c08ea3f5038f3ff82509 100644
|
| --- a/mojo/edk/system/master_connection_manager.cc
|
| +++ b/mojo/edk/system/master_connection_manager.cc
|
| @@ -91,7 +91,7 @@ class MOJO_SYSTEM_IMPL_EXPORT MasterConnectionManager::Helper final
|
| MasterConnectionManager* const owner_;
|
| const ProcessIdentifier process_identifier_;
|
| embedder::SlaveInfo const slave_info_;
|
| - scoped_ptr<RawChannel> raw_channel_;
|
| + std::unique_ptr<RawChannel> raw_channel_;
|
|
|
| MOJO_DISALLOW_COPY_AND_ASSIGN(Helper);
|
| };
|
|
|