| Index: storage/browser/fileapi/file_system_operation_runner.h
|
| diff --git a/storage/browser/fileapi/file_system_operation_runner.h b/storage/browser/fileapi/file_system_operation_runner.h
|
| index a59058a0946a28a3e605f3f977192e8c87301480..dc9a81f2b4380887ecda3d6193c16de87578385a 100644
|
| --- a/storage/browser/fileapi/file_system_operation_runner.h
|
| +++ b/storage/browser/fileapi/file_system_operation_runner.h
|
| @@ -307,8 +307,8 @@ class STORAGE_EXPORT FileSystemOperationRunner
|
| // Not owned; file_system_context owns this.
|
| FileSystemContext* file_system_context_;
|
|
|
| - // IDMap<FileSystemOperation, IDMapOwnPointer> operations_;
|
| - IDMap<FileSystemOperation, IDMapOwnPointer> operations_;
|
| + // IDMap<std::unique_ptr<FileSystemOperation>> operations_;
|
| + IDMap<std::unique_ptr<FileSystemOperation>> operations_;
|
|
|
| // We keep track of the file to be modified by each operation so that
|
| // we can notify observers when we're done.
|
|
|