| Index: chrome/browser/chromeos/file_system_provider/operations/create_directory.cc
|
| diff --git a/chrome/browser/chromeos/file_system_provider/operations/create_directory.cc b/chrome/browser/chromeos/file_system_provider/operations/create_directory.cc
|
| index 77984affa1a9865462787c9ac96f54b83fcefb73..c31523451873ea07389f960ab0231d5961151756 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/operations/create_directory.cc
|
| +++ b/chrome/browser/chromeos/file_system_provider/operations/create_directory.cc
|
| @@ -19,7 +19,7 @@ CreateDirectory::CreateDirectory(
|
| const base::FilePath& directory_path,
|
| bool exclusive,
|
| bool recursive,
|
| - const fileapi::AsyncFileUtil::StatusCallback& callback)
|
| + const storage::AsyncFileUtil::StatusCallback& callback)
|
| : Operation(event_router, file_system_info),
|
| directory_path_(directory_path),
|
| exclusive_(exclusive),
|
|
|