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

Unified Diff: remoting/host/desktop_process_unittest.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/client/plugin/pepper_port_allocator.cc ('k') | remoting/host/desktop_session_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/desktop_process_unittest.cc
diff --git a/remoting/host/desktop_process_unittest.cc b/remoting/host/desktop_process_unittest.cc
index b861cf08fa890cc6095ba5d9c98f803023d205bd..bc509882c1ad8e249544cdaae6d5dc7d4370dba2 100644
--- a/remoting/host/desktop_process_unittest.cc
+++ b/remoting/host/desktop_process_unittest.cc
@@ -172,7 +172,7 @@ void DesktopProcessTest::ConnectNetworkChannel(
IPC::PlatformFileForTransit desktop_process) {
#if defined(OS_POSIX)
- IPC::ChannelHandle channel_handle("", desktop_process);
+ IPC::ChannelHandle channel_handle(std::string(), desktop_process);
#elif defined(OS_WIN)
IPC::ChannelHandle channel_handle(desktop_process);
#endif // defined(OS_WIN)
« no previous file with comments | « remoting/client/plugin/pepper_port_allocator.cc ('k') | remoting/host/desktop_session_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698