| Index: chrome/browser/chromeos/file_system_provider/operations/delete_entry.h
|
| diff --git a/chrome/browser/chromeos/file_system_provider/operations/delete_entry.h b/chrome/browser/chromeos/file_system_provider/operations/delete_entry.h
|
| index 675cc395aa32e5a8201d5aab18d039b7bc70db84..d757f5a4aa464df80b079a0854631dbbad0f870b 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/operations/delete_entry.h
|
| +++ b/chrome/browser/chromeos/file_system_provider/operations/delete_entry.h
|
| @@ -33,7 +33,7 @@ class DeleteEntry : public Operation {
|
| const ProvidedFileSystemInfo& file_system_info,
|
| const base::FilePath& entry_path,
|
| bool recursive,
|
| - const fileapi::AsyncFileUtil::StatusCallback& callback);
|
| + const storage::AsyncFileUtil::StatusCallback& callback);
|
| virtual ~DeleteEntry();
|
|
|
| // Operation overrides.
|
| @@ -49,7 +49,7 @@ class DeleteEntry : public Operation {
|
| base::FilePath entry_path_;
|
| ProvidedFileSystemInterface::OpenFileMode mode_;
|
| bool recursive_;
|
| - const fileapi::AsyncFileUtil::StatusCallback callback_;
|
| + const storage::AsyncFileUtil::StatusCallback callback_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(DeleteEntry);
|
| };
|
|
|