summaryrefslogtreecommitdiffstats
path: root/cloud_print
diff options
context:
space:
mode:
Diffstat (limited to 'cloud_print')
-rw-r--r--cloud_print/OWNERS12
-rw-r--r--cloud_print/service/win/service_state.cc12
2 files changed, 12 insertions, 12 deletions
diff --git a/cloud_print/OWNERS b/cloud_print/OWNERS
index 5f81751..ce80e6e 100644
--- a/cloud_print/OWNERS
+++ b/cloud_print/OWNERS
@@ -1,6 +1,6 @@
-set noparent
-abodenha@chromium.org
-scottbyer@chromium.org
-gene@chromium.org
-vitalybuka@chromium.org
-
+set noparent
+abodenha@chromium.org
+scottbyer@chromium.org
+gene@chromium.org
+vitalybuka@chromium.org
+
diff --git a/cloud_print/service/win/service_state.cc b/cloud_print/service/win/service_state.cc
index 1478f2b..8641000 100644
--- a/cloud_print/service/win/service_state.cc
+++ b/cloud_print/service/win/service_state.cc
@@ -164,12 +164,12 @@ std::string ServiceState::LoginToGoogle(const std::string& service,
ServiceStateURLRequestDelegate fetcher_delegate;
GURL url(kClientLoginUrl);
- std::string post_body;
- post_body += "accountType=GOOGLE";
- post_body += "&Email=" + net::EscapeUrlEncodedData(email, true);
- post_body += "&Passwd=" + net::EscapeUrlEncodedData(password, true);
- post_body += "&source=" + net::EscapeUrlEncodedData("CP-Service", true);
- post_body += "&service=" + net::EscapeUrlEncodedData(service, true);
+ std::string post_body;
+ post_body += "accountType=GOOGLE";
+ post_body += "&Email=" + net::EscapeUrlEncodedData(email, true);
+ post_body += "&Passwd=" + net::EscapeUrlEncodedData(password, true);
+ post_body += "&source=" + net::EscapeUrlEncodedData("CP-Service", true);
+ post_body += "&service=" + net::EscapeUrlEncodedData(service, true);
net::URLRequest request(url, &fetcher_delegate);