Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3726)

Unified Diff: chrome/browser/google_apis/drive_api_operations.cc

Issue 13145003: Rewrite std::string("") to std::string(), Linux edition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ugh Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/google_apis/drive_api_operations.cc
diff --git a/chrome/browser/google_apis/drive_api_operations.cc b/chrome/browser/google_apis/drive_api_operations.cc
index 7bab455a5fef49144c87baa365fe86df9d420499..12067432f37aa12a346d71cabb38e58af0a3ad72 100644
--- a/chrome/browser/google_apis/drive_api_operations.cc
+++ b/chrome/browser/google_apis/drive_api_operations.cc
@@ -200,7 +200,7 @@ GURL CreateDirectoryOperation::GetURL() const {
if (parent_resource_id_.empty() || directory_name_.empty()) {
return GURL();
}
- return url_generator_.GetFilelistUrl(GURL(), "");
+ return url_generator_.GetFilelistUrl(GURL(), std::string());
}
net::URLFetcher::RequestType CreateDirectoryOperation::GetRequestType() const {
« no previous file with comments | « chrome/browser/google_apis/base_operations_unittest.cc ('k') | chrome/browser/google_apis/drive_api_operations_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698