Commit 2e51d8e8 authored by Fergal Daly's avatar Fergal Daly Committed by Commit Bot

Remove base::OnceCallback<void()> from disallow_list.

It was added to the whitelist in https://crrev.com/c/807754.

Bug: 771087,763980
Change-Id: I3f168415bba5cfcf4383c30c3ef6e66036ffc050
Reviewed-on: https://chromium-review.googlesource.com/892195Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Reviewed-by: default avatarYuta Kitamura <yutak@chromium.org>
Reviewed-by: default avatarKent Tamura <tkent@chromium.org>
Commit-Queue: Fergal Daly <fergal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#532768}
parent 047fee01
......@@ -121,7 +121,6 @@ class CxxDependencyTest(unittest.TestCase):
disallow_list = [
'GURL',
'base::Callback<void()>',
'base::OnceCallback<void()>',
'content::RenderFrame',
'gfx::Point',
'gfx::Rect',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment