Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(693)

Unified Diff: storage/browser/fileapi/copy_or_move_operation_delegate.h

Issue 2389583002: Remove stl_util's deletion functions from storage/. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698