| Index: chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util.h
|
| diff --git a/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util.h b/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util.h
|
| index b884d178809f3bb3b979380eff88773d84d06a60..757f624e38bea8c41c88dbf1835f582ebe51b3e4 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util.h
|
| +++ b/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util.h
|
| @@ -47,6 +47,7 @@ class ProviderAsyncFileUtil : public storage::AsyncFileUtil {
|
| const StatusCallback& callback) override;
|
| void GetFileInfo(scoped_ptr<storage::FileSystemOperationContext> context,
|
| const storage::FileSystemURL& url,
|
| + int fields,
|
| const GetFileInfoCallback& callback) override;
|
| void ReadDirectory(scoped_ptr<storage::FileSystemOperationContext> context,
|
| const storage::FileSystemURL& url,
|
|
|