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

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

Issue 1849023002: WTF::ThreadSpecific should use base::ThreadLocalStorage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Check isShutdown(). Created 4 years, 9 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 abbfb758e22d37b4a5907bf114c9375fdf076cf6..d3ca278b82e5ef9e9f5c3f4bcc3b165cab7a14ff 100644
--- a/third_party/WebKit/Source/wtf/DEPS
+++ b/third_party/WebKit/Source/wtf/DEPS
@@ -6,6 +6,7 @@ include_rules = [
"+base/numerics",
"+base/rand_util.h",
"+base/strings",
+ "+base/threading",
"+base/time/time.h",
"+base/tuple.h",
"+build",

Powered by Google App Engine
This is Rietveld 408576698