commit | 9e050d7a9694de37d19cc9458f8b4e7c887156ba | [log] [tgz] |
---|---|---|
author | Kalvin Lee <kdlee@chromium.org> | Fri Feb 24 02:15:41 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 24 02:15:41 2023 |
tree | eddafd81b8f769be7e67c875735c66d184685e89 | |
parent | 169acff3af8039f92e23e46dfeae69801d944b65 [diff] |
[PA] Remove `migration_adapter.h` The only alias left in `migration_adapter.h` is for `base::LapTimer`. All non-test PartitionAlloc code has ceased from using `LapTimer`, so there's no need to include it anywhere anymore. OTOH, two performance tests currently use `LapTimer` (though they do not include `migration_adapter.h`). This is a separate problem, as the entanglement of our tests with the rest of `//base` is a work item to be solved at a later time. Bug: 1288247 Change-Id: I6dc6a488435b478af78eb0bce50bebc7d77f891a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4278943 Auto-Submit: Kalvin Lee <kdlee@chromium.org> Commit-Queue: Takashi Sakamoto <tasak@google.com> Reviewed-by: Takashi Sakamoto <tasak@google.com> Cr-Commit-Position: refs/heads/main@{#1109394}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.