| Index: chrome/browser/extensions/api/file_system/file_system_api.h
|
| diff --git a/chrome/browser/extensions/api/file_system/file_system_api.h b/chrome/browser/extensions/api/file_system/file_system_api.h
|
| index 740c44706c185d021514b170b0a882f33a68cc4e..c5b827a045ecfb9e0ff6d3f5afb69591008339ac 100644
|
| --- a/chrome/browser/extensions/api/file_system/file_system_api.h
|
| +++ b/chrome/browser/extensions/api/file_system/file_system_api.h
|
| @@ -200,7 +200,7 @@ class FileSystemGetWritableEntryFunction : public FileSystemEntryFunction {
|
|
|
| private:
|
| void CheckPermissionAndSendResponse();
|
| - void SetIsDirectoryOnFileThread();
|
| + void SetIsDirectoryAsync();
|
|
|
| // The path to the file for which a writable entry has been requested.
|
| base::FilePath path_;
|
|
|