| Index: chrome/browser/chromeos/file_system_provider/operations/create_directory.h
|
| diff --git a/chrome/browser/chromeos/file_system_provider/operations/create_directory.h b/chrome/browser/chromeos/file_system_provider/operations/create_directory.h
|
| index 0de12055840fdb50a02792d84f145ee2d0dbb7bc..42c7f463acbaf0afd68e83df7ffa37e1be913f8d 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/operations/create_directory.h
|
| +++ b/chrome/browser/chromeos/file_system_provider/operations/create_directory.h
|
| @@ -35,7 +35,7 @@ class CreateDirectory : public Operation {
|
| const base::FilePath& directory_path,
|
| bool exclusive,
|
| bool recursive,
|
| - const fileapi::AsyncFileUtil::StatusCallback& callback);
|
| + const storage::AsyncFileUtil::StatusCallback& callback);
|
| virtual ~CreateDirectory();
|
|
|
| // Operation overrides.
|
| @@ -52,7 +52,7 @@ class CreateDirectory : public Operation {
|
| ProvidedFileSystemInterface::OpenFileMode mode_;
|
| bool exclusive_;
|
| bool recursive_;
|
| - const fileapi::AsyncFileUtil::StatusCallback callback_;
|
| + const storage::AsyncFileUtil::StatusCallback callback_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(CreateDirectory);
|
| };
|
|
|