Index: chrome/browser/chromeos/drive/file_system/move_operation.h |
diff --git a/chrome/browser/chromeos/drive/file_system/move_operation.h b/chrome/browser/chromeos/drive/file_system/move_operation.h |
index 51856e2231775d5433021ae2da63f1796555234e..c49b4e5eef75137f10e777d0fcf4a98cee04aa90 100644 |
--- a/chrome/browser/chromeos/drive/file_system/move_operation.h |
+++ b/chrome/browser/chromeos/drive/file_system/move_operation.h |
@@ -25,6 +25,7 @@ class ResourceEntry; |
namespace drive { |
+class FileChange; |
class ResourceEntry; |
namespace internal { |
@@ -54,11 +55,10 @@ class MoveOperation { |
private: |
// Part of Move(). Called after updating the local state. |
- void MoveAfterUpdateLocalState( |
- const FileOperationCallback& callback, |
- const std::set<base::FilePath>* changed_directories, |
- const std::string* local_id, |
- FileError error); |
+ void MoveAfterUpdateLocalState(const FileOperationCallback& callback, |
+ const FileChange* changed_file, |
+ const std::string* local_id, |
+ FileError error); |
scoped_refptr<base::SequencedTaskRunner> blocking_task_runner_; |
OperationObserver* observer_; |