| Index: chrome/browser/chromeos/file_system_provider/operations/copy_entry.cc
|
| diff --git a/chrome/browser/chromeos/file_system_provider/operations/copy_entry.cc b/chrome/browser/chromeos/file_system_provider/operations/copy_entry.cc
|
| index a89cfc606c520fc9035008ad0617c938c576bbd5..22c6d9b95ea7390d8dcb94573824ed257d7f4adb 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/operations/copy_entry.cc
|
| +++ b/chrome/browser/chromeos/file_system_provider/operations/copy_entry.cc
|
| @@ -17,7 +17,7 @@ CopyEntry::CopyEntry(extensions::EventRouter* event_router,
|
| const ProvidedFileSystemInfo& file_system_info,
|
| const base::FilePath& source_path,
|
| const base::FilePath& target_path,
|
| - const fileapi::AsyncFileUtil::StatusCallback& callback)
|
| + const storage::AsyncFileUtil::StatusCallback& callback)
|
| : Operation(event_router, file_system_info),
|
| source_path_(source_path),
|
| target_path_(target_path),
|
|
|