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

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

Issue 12039005: drive: Deal with the root directory in the same way as others in MoveOperation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/gdata_wapi_service.cc
diff --git a/chrome/browser/google_apis/gdata_wapi_service.cc b/chrome/browser/google_apis/gdata_wapi_service.cc
index 2e4e056ea7d4e185d059791091aa900cf26aff68..c1fcd8520710e06adf906c1e445893e10407daba 100644
--- a/chrome/browser/google_apis/gdata_wapi_service.cc
+++ b/chrome/browser/google_apis/gdata_wapi_service.cc
@@ -444,6 +444,7 @@ void GDataWapiService::RemoveResourceFromDirectory(
runner_->StartOperationWithRetry(
new RemoveResourceFromDirectoryOperation(operation_registry(),
url_request_context_getter_,
+ url_generator_,
callback,
parent_content_url,
resource_id));

Powered by Google App Engine
This is Rietveld 408576698