summaryrefslogtreecommitdiffstats
path: root/remoting/host/setup/service_client.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/setup/service_client.cc')
-rw-r--r--remoting/host/setup/service_client.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/setup/service_client.cc b/remoting/host/setup/service_client.cc
index 260f762..f99f6a6 100644
--- a/remoting/host/setup/service_client.cc
+++ b/remoting/host/setup/service_client.cc
@@ -83,7 +83,7 @@ void ServiceClient::Core::RegisterHost(
if (!host_client_id.empty())
url_suffix = "?hostClientId=" + host_client_id;
std::string post_body_str;
- base::JSONWriter::Write(&post_body, &post_body_str);
+ base::JSONWriter::Write(post_body, &post_body_str);
MakeChromotingRequest(net::URLFetcher::POST,
url_suffix,
post_body_str,