commit | 92aab29eb970aa7c95bb1358adb3d9e29dd9c54c | [log] [tgz] |
---|---|---|
author | Carlos Caballero <[email protected]> | Tue Sep 24 15:41:11 2019 |
committer | Commit Bot <[email protected]> | Tue Sep 24 15:41:11 2019 |
tree | 34709bcff6f945c2bad366bec8f69ff3b2253a7a | |
parent | 0accebb49f85c27d3e615b66de7e07e499e3b73f [diff] |
Fix includes for files currently including message_loop.h MessageLoop is going away soon and with it message_loop.h. A lot of files depend on headers included by message_loop.h. This patch changes all those to directly include what they need. Bug: 891670 Change-Id: Iaf68a62b015a57cb9bada0bc96e5c76bba43c36b Mechanical change per [email protected] https: //chromium.googlesource.com/chromium/src/+/master/docs/code_reviews.md#mechanical-changes Change-Id: Iaf68a62b015a57cb9bada0bc96e5c76bba43c36b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1819303 Commit-Queue: Carlos Caballero <[email protected]> Reviewed-by: Kentaro Hara <[email protected]> Reviewed-by: Gabriel Charette <[email protected]> Cr-Commit-Position: refs/heads/master@{#699361}
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 .