Chromium Code Reviews| Index: third_party/WebKit/Source/wtf/DEPS |
| diff --git a/third_party/WebKit/Source/wtf/DEPS b/third_party/WebKit/Source/wtf/DEPS |
| index 8f13a90c345c5a4f426a200efadea64d1ff37677..e5e72802ee655ef6307c2a3cfa7afcebdc5bf568 100644 |
| --- a/third_party/WebKit/Source/wtf/DEPS |
| +++ b/third_party/WebKit/Source/wtf/DEPS |
| @@ -20,4 +20,6 @@ include_rules = [ |
| "+base/time/time.h", |
| "+base/tuple.h", |
| "+build", |
| + # Allow redirection to platform/wtf. See crbug.com/691465. |
| + "+platform/wtf", |
| ] |