commit | 17fa278ba1d73edab23efad0b1b58badb8bf9f36 | [log] [tgz] |
---|---|---|
author | Sebastien Marchand <[email protected]> | Fri Jan 25 19:28:10 2019 |
committer | Sébastien Marchand <[email protected]> | Fri Jan 25 19:28:10 2019 |
tree | d76531be2beb28c55106e213d7098c191cccdb61 | |
parent | c0f3ca85bac768d175e0ac7335f2631c60a4df68 [diff] |
Include base/bind_helpers.h in the files that use it. This also adds it to the whitelist used in third_party/blink/renderer/DEPS Gab/Francois, I've used your refactoring script for this, the rule is: matches = re.compile(r'(\n *[^/\n][^/\n]*(base::DoNothing|base::NullCallback)\b[^*])', re.DOTALL).findall(content) if not matches: return False updated_content = refactor_lib.AddInclude(file_path, content, "base/bind_helpers.h") if updated_content == content: return False # Write updated file refactor_lib.WriteFile(file_path, updated_content) [email protected] Change-Id: I33e347d3000efd43d567ecf0cc025614ff9cfeed Reviewed-on: https://chromium-review.googlesource.com/c/1437335 Commit-Queue: Sébastien Marchand <[email protected]> Reviewed-by: Gabriel Charette <[email protected]> Cr-Commit-Position: refs/heads/master@{#626153}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .