Index: chrome/browser/chromeos/drive/file_system/operation_observer.h |
diff --git a/chrome/browser/chromeos/drive/file_system/operation_observer.h b/chrome/browser/chromeos/drive/file_system/operation_observer.h |
index 436c53f01e8e7615ed8d8ef1efa65a445689e603..8fd8a1c4070117c0d578f97fc1641eb08e2a8254 100644 |
--- a/chrome/browser/chromeos/drive/file_system/operation_observer.h |
+++ b/chrome/browser/chromeos/drive/file_system/operation_observer.h |
@@ -10,6 +10,8 @@ class FilePath; |
} |
namespace drive { |
+class FileChange; |
+ |
namespace file_system { |
// Error type of sync client. |
@@ -29,8 +31,7 @@ class OperationObserver { |
// Sent when a content of a directory has been changed. |
// |directory_path| is a virtual directory path representing the |
// changed directory. |
- virtual void OnDirectoryChangedByOperation( |
- const base::FilePath& directory_path) = 0; |
+ virtual void OnFileChangedByOperation(const FileChange& changed_files) = 0; |
// Sent when an entry is updated and sync is needed. |
virtual void OnEntryUpdatedByOperation(const std::string& local_id) {} |