Index: third_party/WebKit/Source/platform/testing/DEPS |
diff --git a/third_party/WebKit/Source/platform/testing/DEPS b/third_party/WebKit/Source/platform/testing/DEPS |
index c5e2cc8a05426702dc0752b89d425ea631124ff8..62b9a9724b8d2f320d70e28ce8e12672a98e6c97 100644 |
--- a/third_party/WebKit/Source/platform/testing/DEPS |
+++ b/third_party/WebKit/Source/platform/testing/DEPS |
@@ -4,6 +4,7 @@ include_rules = [ |
"+base/at_exit.h", |
"+base/command_line.h", |
"+base/i18n/icu_util.h", |
+ "+base/logging.h", |
Takashi Toyoshima
2016/12/22 06:29:06
for DCHECK
jbroman
2016/12/22 15:27:54
DCHECK is available via wtf/Assertions.h; that's h
Takashi Toyoshima
2017/01/11 08:35:19
Done.
|
"+base/path_service.h", |
"+base/run_loop.h", |
"+base/message_loop", |