| Index: remoting/host/setup/start_host.cc
|
| diff --git a/remoting/host/setup/start_host.cc b/remoting/host/setup/start_host.cc
|
| index 4d8ba75cfb5abefd17f057052520dcfd0f64b47f..256fb3cfb967cefbd3b187164553b2c1243abd82 100644
|
| --- a/remoting/host/setup/start_host.cc
|
| +++ b/remoting/host/setup/start_host.cc
|
| @@ -53,7 +53,7 @@ std::string ReadString(bool no_echo) {
|
| SetEcho(true);
|
| }
|
| if (!result)
|
| - return "";
|
| + return std::string();
|
| size_t newline_index = str.find('\n');
|
| if (newline_index != std::string::npos)
|
| str[newline_index] = '\0';
|
|
|