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

Unified Diff: remoting/host/desktop_session_proxy.cc

Issue 13145003: Rewrite std::string("") to std::string(), Linux edition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ugh Created 7 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/host/desktop_process_unittest.cc ('k') | remoting/host/heartbeat_sender_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/desktop_session_proxy.cc
diff --git a/remoting/host/desktop_session_proxy.cc b/remoting/host/desktop_session_proxy.cc
index 05a8188e86752a2a7f13e91d33c132693fec3192..04add543b748fba7e1da31d563d1047bf6a6d829 100644
--- a/remoting/host/desktop_session_proxy.cc
+++ b/remoting/host/desktop_session_proxy.cc
@@ -143,7 +143,7 @@ bool DesktopSessionProxy::AttachToDesktop(
// On posix: |desktop_pipe| is a valid file descriptor.
DCHECK(desktop_pipe.auto_close);
- IPC::ChannelHandle desktop_channel_handle("", desktop_pipe);
+ IPC::ChannelHandle desktop_channel_handle(std::string(), desktop_pipe);
#else
#error Unsupported platform.
« no previous file with comments | « remoting/host/desktop_process_unittest.cc ('k') | remoting/host/heartbeat_sender_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698