Allow including base/stl_util.h from Blink

Issue 837308 is going to replace arrraysize() with base::size(), but
base/stl_util.h (where base::size() is declared) is forbidden in
blink/renderer/DEPS,
while base/macros.h (where arraysize is declared) is allowed there.

This CL also allows including base/stl_util.h from blink/renderer.

Bug: 837308
Change-Id: Ifaf499dddbc99cec80c81c81f5588a2f6e3990a7
Reviewed-on: https://chromium-review.googlesource.com/1036597
Commit-Queue: Hiroshige Hayashizaki <[email protected]>
Reviewed-by: Daniel Cheng <[email protected]>
Cr-Commit-Position: refs/heads/master@{#555168}
1 file changed