Index: chrome/browser/local_discovery/privetv3_session.cc |
diff --git a/chrome/browser/local_discovery/privetv3_session.cc b/chrome/browser/local_discovery/privetv3_session.cc |
index 85a9a428cbc8f2450e8506d2b480cc4edbf96892..b2782795baf4203e8b72c7ee1e9762222aeea932 100644 |
--- a/chrome/browser/local_discovery/privetv3_session.cc |
+++ b/chrome/browser/local_discovery/privetv3_session.cc |
@@ -410,7 +410,7 @@ void PrivetV3Session::StartPostRequest(const std::string& api, |
on_post_data_.Run(input); |
std::string json; |
base::JSONWriter::WriteWithOptions( |
- &input, base::JSONWriter::OPTIONS_PRETTY_PRINT, &json); |
+ input, base::JSONWriter::OPTIONS_PRETTY_PRINT, &json); |
PrivetURLFetcher* fetcher = |
CreateFetcher(api, net::URLFetcher::RequestType::POST, callback); |
fetcher->SetUploadData(cloud_print::kContentTypeJSON, json); |