| Index: chrome/browser/google_apis/base_operations.cc
|
| diff --git a/chrome/browser/google_apis/base_operations.cc b/chrome/browser/google_apis/base_operations.cc
|
| index c6f425c5863564652333e8d648bea694007999e5..6692a8a7736399c3e9c3f27997f74eeaf5eb13e4 100644
|
| --- a/chrome/browser/google_apis/base_operations.cc
|
| +++ b/chrome/browser/google_apis/base_operations.cc
|
| @@ -186,7 +186,7 @@ void UrlFetchOperationBase::Start(const std::string& access_token,
|
| request_type == URLFetcher::PATCH) {
|
| // Set empty upload content-type and upload content, so that
|
| // the request will have no "Content-type: " header and no content.
|
| - url_fetcher_->SetUploadData("", "");
|
| + url_fetcher_->SetUploadData(std::string(), std::string());
|
| }
|
| }
|
|
|
|
|