| Index: chrome/browser/chromeos/file_system_provider/provided_file_system.h
|
| diff --git a/chrome/browser/chromeos/file_system_provider/provided_file_system.h b/chrome/browser/chromeos/file_system_provider/provided_file_system.h
|
| index 7b7105bad5f30b09b563e25146e04a03b4c0cad7..5ecdbf9f2a352e43e5ba6e02d5973bdd9ca462dd 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/provided_file_system.h
|
| +++ b/chrome/browser/chromeos/file_system_provider/provided_file_system.h
|
| @@ -43,6 +43,7 @@ class ProvidedFileSystem : public ProvidedFileSystemInterface {
|
| const storage::AsyncFileUtil::StatusCallback& callback) OVERRIDE;
|
| virtual AbortCallback GetMetadata(
|
| const base::FilePath& entry_path,
|
| + MetadataFieldMask fields,
|
| const GetMetadataCallback& callback) OVERRIDE;
|
| virtual AbortCallback ReadDirectory(
|
| const base::FilePath& directory_path,
|
|
|