| Index: chrome/browser/sync_file_system/local/canned_syncable_file_system.h
|
| diff --git a/chrome/browser/sync_file_system/local/canned_syncable_file_system.h b/chrome/browser/sync_file_system/local/canned_syncable_file_system.h
|
| index 440e779118d21cf13d1fdc9af66dd18e7548a292..3851a5a9882d745afb0212ac9b841949bcb58668 100644
|
| --- a/chrome/browser/sync_file_system/local/canned_syncable_file_system.h
|
| +++ b/chrome/browser/sync_file_system/local/canned_syncable_file_system.h
|
| @@ -45,6 +45,7 @@ class QuotaManager;
|
|
|
| namespace sync_file_system {
|
|
|
| +class FileChangeList;
|
| class LocalFileSyncContext;
|
| class SyncFileSystemBackend;
|
|
|
| @@ -140,6 +141,8 @@ class CannedSyncableFileSystem
|
| // ChangeTracker related methods. They run on file task runner.
|
| void GetChangedURLsInTracker(fileapi::FileSystemURLSet* urls);
|
| void ClearChangeForURLInTracker(const fileapi::FileSystemURL& url);
|
| + void GetChangesForURLInTracker(const fileapi::FileSystemURL& url,
|
| + FileChangeList* changes);
|
|
|
| SyncFileSystemBackend* backend();
|
| fileapi::FileSystemOperationRunner* operation_runner();
|
|
|