Chromium Code Reviews

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

Issue 2876013002: Add missing IWYU message_loop.h includes. (Closed)
Patch Set: fix upstream Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/platform/DEPS
diff --git a/third_party/WebKit/Source/platform/DEPS b/third_party/WebKit/Source/platform/DEPS
index cd7ace68c1f0203829e85b4cfd5a65f4b28db8d3..1a5de4e26fac2cd3c4cb86a082ae3dab6bc64825 100644
--- a/third_party/WebKit/Source/platform/DEPS
+++ b/third_party/WebKit/Source/platform/DEPS
@@ -10,6 +10,7 @@ include_rules = [
"+base/json",
"+base/location.h",
"+base/memory",
+ "+base/message_loop/message_loop.h",
"+base/metrics/histogram.h",
"+base/metrics/histogram_base.h",
"+base/metrics/histogram_macros.h",

Powered by Google App Engine