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

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

Issue 343073003: Files.app: Provide detailed change information on onDirectoryChanged event (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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/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_;

Powered by Google App Engine
This is Rietveld 408576698