| Index: chrome/browser/chromeos/file_system_provider/operations/create_file.h
|
| diff --git a/chrome/browser/chromeos/file_system_provider/operations/create_file.h b/chrome/browser/chromeos/file_system_provider/operations/create_file.h
|
| index 4c9af21d232bab14c89c467f04057c0cc8c526e2..2e51bf2ada961fa834e005abde73d43649e8b36e 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/operations/create_file.h
|
| +++ b/chrome/browser/chromeos/file_system_provider/operations/create_file.h
|
| @@ -32,7 +32,7 @@ class CreateFile : public Operation {
|
| 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);
|
| virtual ~CreateFile();
|
|
|
| // Operation overrides.
|
| @@ -46,7 +46,7 @@ class CreateFile : public Operation {
|
|
|
| private:
|
| base::FilePath file_path_;
|
| - const fileapi::AsyncFileUtil::StatusCallback callback_;
|
| + const storage::AsyncFileUtil::StatusCallback callback_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(CreateFile);
|
| };
|
|
|