| Index: storage/browser/fileapi/copy_or_move_operation_delegate.h
|
| diff --git a/storage/browser/fileapi/copy_or_move_operation_delegate.h b/storage/browser/fileapi/copy_or_move_operation_delegate.h
|
| index a853b781124cc73fab6dfc8cf373d1a2f3bc9cad..d8afd75ef87f209d9f9d04ba3c4d9c79779afad5 100644
|
| --- a/storage/browser/fileapi/copy_or_move_operation_delegate.h
|
| +++ b/storage/browser/fileapi/copy_or_move_operation_delegate.h
|
| @@ -156,7 +156,7 @@ class CopyOrMoveOperationDelegate
|
| CopyProgressCallback progress_callback_;
|
| StatusCallback callback_;
|
|
|
| - std::set<CopyOrMoveImpl*> running_copy_set_;
|
| + std::set<std::unique_ptr<CopyOrMoveImpl>> running_copy_set_;
|
| base::WeakPtrFactory<CopyOrMoveOperationDelegate> weak_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(CopyOrMoveOperationDelegate);
|
|
|