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

Unified Diff: third_party/WebKit/Source/wtf/DEPS

Issue 2455313003: Add WTF::MakeUnique to mirror C++14's std::make_unique. (Closed)
Patch Set: rename MakeUnique -> makeUnique Created 4 years, 1 month 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/wtf/PtrUtil.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/DEPS
diff --git a/third_party/WebKit/Source/wtf/DEPS b/third_party/WebKit/Source/wtf/DEPS
index 813b635beeb4dfe27a092170c86f0c8952558251..a01c27d036249977bbc3f33a81daafeee19ac722 100644
--- a/third_party/WebKit/Source/wtf/DEPS
+++ b/third_party/WebKit/Source/wtf/DEPS
@@ -5,6 +5,7 @@ include_rules = [
"+base/bind.h",
"+base/debug",
"+base/logging.h",
+ "+base/memory/ptr_util.h",
"+base/memory/weak_ptr.h",
"+base/numerics",
"+base/optional.h",
« no previous file with comments | « no previous file | third_party/WebKit/Source/wtf/PtrUtil.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698