Chromium Code Reviews| 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..4846d2599b6ca7d96a6096e603cafbee061ec08d 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. |
| @@ -30,7 +32,7 @@ class OperationObserver { |
| // |directory_path| is a virtual directory path representing the |
| // changed directory. |
| virtual void OnDirectoryChangedByOperation( |
|
kinaba
2014/06/23 05:37:43
The "Directory" in the name might better be change
yoshiki
2014/06/24 02:02:22
Done.
|
| - const base::FilePath& directory_path) = 0; |
| + const FileChange& changed_files) = 0; |
| // Sent when an entry is updated and sync is needed. |
| virtual void OnEntryUpdatedByOperation(const std::string& local_id) {} |