commit | 0f883cc0b93b9ec76feaa9037af84454b18d7aa9 | [log] [tgz] |
---|---|---|
author | Christoph Schwering <schwering@google.com> | Mon Nov 25 12:51:50 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 25 12:51:50 2024 |
tree | 180c99fe9ed174f131bc8ecc9310d4e1c3878c08 | |
parent | 3eb611f530eb721eeb178fd662823a8d1001fdd9 [diff] |
[Autofill] Fix matcher in payments_suggestion_generator_unittest.cc The MATCHER_P() contains EXPECT_* statements. This CL replaces it with a composed matcher. It also fixes UB if the EXPECT_GT() fails. Bug: 40100455 Change-Id: I26c49876ac2b76586d1d504497f09a36f8601b4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6043885 Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Jihad Hanna <jihadghanna@google.com> Commit-Queue: Christoph Schwering <schwering@google.com> Cr-Commit-Position: refs/heads/main@{#1387545}
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.