| Index: chrome/browser/chromeos/drive/fileapi/async_file_util.h
|
| diff --git a/chrome/browser/chromeos/drive/fileapi/async_file_util.h b/chrome/browser/chromeos/drive/fileapi/async_file_util.h
|
| index b62b48d0fe913b75fc46270f1fe95d2ca0cc3c7a..8dcd1db343708ccf617f86da168d5d6eb3556085 100644
|
| --- a/chrome/browser/chromeos/drive/fileapi/async_file_util.h
|
| +++ b/chrome/browser/chromeos/drive/fileapi/async_file_util.h
|
| @@ -36,6 +36,7 @@ class AsyncFileUtil : 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,
|
|
|