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

Unified Diff: remoting/base/buffered_socket_writer.h

Issue 1864213002: Convert //remoting to use std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mac IWYU Created 4 years, 8 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 | « remoting/base/breakpad_win_unittest.cc ('k') | remoting/base/buffered_socket_writer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/buffered_socket_writer.h
diff --git a/remoting/base/buffered_socket_writer.h b/remoting/base/buffered_socket_writer.h
index c153ebec65c2851014d51eec086bbeddaa8cfdc4..343b14337b6e4b8bf2e0a81cd73875c4db7adbcf 100644
--- a/remoting/base/buffered_socket_writer.h
+++ b/remoting/base/buffered_socket_writer.h
@@ -29,7 +29,7 @@ class BufferedSocketWriter {
WriteCallback;
typedef base::Callback<void(int)> WriteFailedCallback;
- static scoped_ptr<BufferedSocketWriter> CreateForSocket(
+ static std::unique_ptr<BufferedSocketWriter> CreateForSocket(
net::Socket* socket,
const WriteFailedCallback& write_failed_callback);
« no previous file with comments | « remoting/base/breakpad_win_unittest.cc ('k') | remoting/base/buffered_socket_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698