commit | 275a1378bcc24d3c3c07ef1e61faf6c34eeb4712 | [log] [tgz] |
---|---|---|
author | Brett Wilson <[email protected]> | Fri Sep 01 20:27:54 2017 |
committer | Commit Bot <[email protected]> | Fri Sep 01 20:27:54 2017 |
tree | e5708c3977b21372a099f59d2740fe7e036a734c | |
parent | 65cdcd875619f91b3435a40197dddab07f8650dd [diff] |
Convert std::deque to base::circular_deque in //chrome Three objects were converted to be move-only (from completely not movable nor copyable) which is required by circular_deque. See these files: - base/task_scheduler/task.h - chrome/browser/notifications/notification_permission_context.cc - chrome/profiling/memlog_stream_parser.h Changes affected typedefs to using statements, and in cases where there were adjacent typedefs, those were changed as well. Bug: 757232 Change-Id: Ia7ec0895dbfdbeec5ac3472108d88548086dd81a Reviewed-on: https://chromium-review.googlesource.com/644488 Commit-Queue: Brett Wilson <[email protected]> Reviewed-by: Robert Liao <[email protected]> Reviewed-by: Lei Zhang <[email protected]> Cr-Commit-Position: refs/heads/master@{#499279}
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 .