Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Unified Diff: mojo/edk/system/master_connection_manager.cc

Issue 1350503005: EDK: Some more scoped_ptr -> std::unique_ptr conversions. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/edk/system/ipc_support.h ('k') | mojo/edk/system/raw_channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « mojo/edk/system/ipc_support.h ('k') | mojo/edk/system/raw_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698