| Index: chrome/browser/chromeos/file_system_provider/operations/create_file.cc
|
| diff --git a/chrome/browser/chromeos/file_system_provider/operations/create_file.cc b/chrome/browser/chromeos/file_system_provider/operations/create_file.cc
|
| index 27fb164a9a2c9c50f1677bc118ba8a49f82c89b3..a13c9a9a7e1af90945040040b24a250bfabe9b05 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/operations/create_file.cc
|
| +++ b/chrome/browser/chromeos/file_system_provider/operations/create_file.cc
|
| @@ -16,7 +16,7 @@ namespace operations {
|
| CreateFile::CreateFile(extensions::EventRouter* event_router,
|
| const ProvidedFileSystemInfo& file_system_info,
|
| const base::FilePath& file_path,
|
| - const fileapi::AsyncFileUtil::StatusCallback& callback)
|
| + const storage::AsyncFileUtil::StatusCallback& callback)
|
| : Operation(event_router, file_system_info),
|
| file_path_(file_path),
|
| callback_(callback) {
|
|
|