| Index: webkit/browser/fileapi/syncable/canned_syncable_file_system.h
|
| diff --git a/webkit/browser/fileapi/syncable/canned_syncable_file_system.h b/webkit/browser/fileapi/syncable/canned_syncable_file_system.h
|
| index 24a1ba54503c511869793ea6d42a453071f430de..d51100c4c9c2c8890b24934fdaccfb504b001de6 100644
|
| --- a/webkit/browser/fileapi/syncable/canned_syncable_file_system.h
|
| +++ b/webkit/browser/fileapi/syncable/canned_syncable_file_system.h
|
| @@ -45,6 +45,7 @@ class QuotaManager;
|
| namespace sync_file_system {
|
|
|
| class LocalFileSyncContext;
|
| +class SyncFileSystemBackend;
|
|
|
| // A canned syncable filesystem for testing.
|
| // This internally creates its own QuotaManager and FileSystemContext
|
| @@ -138,6 +139,7 @@ class CannedSyncableFileSystem
|
| void GetChangedURLsInTracker(fileapi::FileSystemURLSet* urls);
|
| void ClearChangeForURLInTracker(const fileapi::FileSystemURL& url);
|
|
|
| + SyncFileSystemBackend* backend();
|
| fileapi::FileSystemOperationRunner* operation_runner();
|
|
|
| // LocalFileSyncStatus::Observer overrides.
|
|
|