| Index: chrome/browser/sync_file_system/local/syncable_file_system_operation.h
|
| diff --git a/chrome/browser/sync_file_system/local/syncable_file_system_operation.h b/chrome/browser/sync_file_system/local/syncable_file_system_operation.h
|
| index 5903f5e6ae7c58f5603cffa4689a34a04f769982..b93ded8ab4c9e68ad945cd46f4a000c71fb556b8 100644
|
| --- a/chrome/browser/sync_file_system/local/syncable_file_system_operation.h
|
| +++ b/chrome/browser/sync_file_system/local/syncable_file_system_operation.h
|
| @@ -54,6 +54,7 @@ class SyncableFileSystemOperation
|
| void FileExists(const storage::FileSystemURL& url,
|
| const StatusCallback& callback) override;
|
| void GetMetadata(const storage::FileSystemURL& url,
|
| + int fields,
|
| const GetMetadataCallback& callback) override;
|
| void ReadDirectory(const storage::FileSystemURL& url,
|
| const ReadDirectoryCallback& callback) override;
|
|
|