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

Unified Diff: chrome/browser/chromeos/drive/file_system/move_operation.cc

Issue 11419248: google_apis: Remove resource_url from RemoveResourceFromDirectory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/chromeos/drive/file_system/move_operation.cc
diff --git a/chrome/browser/chromeos/drive/file_system/move_operation.cc b/chrome/browser/chromeos/drive/file_system/move_operation.cc
index ce45c67c8b270e422571259176341cd0cd571d91..cc46f2b70daaaf477b04edb9be872499dc368b6c 100644
--- a/chrome/browser/chromeos/drive/file_system/move_operation.cc
+++ b/chrome/browser/chromeos/drive/file_system/move_operation.cc
@@ -254,7 +254,6 @@ void MoveOperation::RemoveEntryFromNonRootDirectoryAfterEntryInfoPair(
// The entry is moved to the root directory.
drive_service_->RemoveResourceFromDirectory(
GURL(dir_proto->content_url()),
- GURL(entry_proto->edit_url()),
entry_proto->resource_id(),
base::Bind(&MoveOperation::MoveEntryToDirectory,
weak_ptr_factory_.GetWeakPtr(),
« no previous file with comments | « chrome/browser/chromeos/drive/drive_file_system_unittest.cc ('k') | chrome/browser/google_apis/drive_service_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698