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

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

Issue 2329243002: Implement WTF::WeakPtr in terms of base::WeakPtr (Closed)
Patch Set: Thread-safety fix with comment Created 4 years, 3 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: third_party/WebKit/Source/wtf/DEPS
diff --git a/third_party/WebKit/Source/wtf/DEPS b/third_party/WebKit/Source/wtf/DEPS
index 7866e7e8a228f4278557cf5ac7c636ca6aab5c6a..813b635beeb4dfe27a092170c86f0c8952558251 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/weak_ptr.h",
"+base/numerics",
"+base/optional.h",
"+base/rand_util.h",

Powered by Google App Engine
This is Rietveld 408576698