| Index: chrome/browser/chromeos/file_system_provider/operations/truncate.cc
|
| diff --git a/chrome/browser/chromeos/file_system_provider/operations/truncate.cc b/chrome/browser/chromeos/file_system_provider/operations/truncate.cc
|
| index f167aef1a3be7e731f8b105aabe1c1a3b574c696..8bd4519d6425713f4b9c1675826ce408eda8040d 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/operations/truncate.cc
|
| +++ b/chrome/browser/chromeos/file_system_provider/operations/truncate.cc
|
| @@ -17,7 +17,7 @@ Truncate::Truncate(extensions::EventRouter* event_router,
|
| const ProvidedFileSystemInfo& file_system_info,
|
| const base::FilePath& file_path,
|
| int64 length,
|
| - const fileapi::AsyncFileUtil::StatusCallback& callback)
|
| + const storage::AsyncFileUtil::StatusCallback& callback)
|
| : Operation(event_router, file_system_info),
|
| file_path_(file_path),
|
| length_(length),
|
|
|