| Index: chrome/browser/chromeos/file_system_provider/operations/copy_entry.h
|
| diff --git a/chrome/browser/chromeos/file_system_provider/operations/copy_entry.h b/chrome/browser/chromeos/file_system_provider/operations/copy_entry.h
|
| index b25a640c2871de033eaa9836ba3b2b9a2438932b..da0aac6bd1b468658e2d5941904a67b1514baec3 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/operations/copy_entry.h
|
| +++ b/chrome/browser/chromeos/file_system_provider/operations/copy_entry.h
|
| @@ -32,7 +32,7 @@ class CopyEntry : public Operation {
|
| 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);
|
| virtual ~CopyEntry();
|
|
|
| // Operation overrides.
|
| @@ -47,7 +47,7 @@ class CopyEntry : public Operation {
|
| private:
|
| base::FilePath source_path_;
|
| base::FilePath target_path_;
|
| - const fileapi::AsyncFileUtil::StatusCallback callback_;
|
| + const storage::AsyncFileUtil::StatusCallback callback_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(CopyEntry);
|
| };
|
|
|