| 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 {
|
|
|