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(), |