commit | 038227f9d3e400ef45be0e227d7c7120252ede9f | [log] [tgz] |
---|---|---|
author | Ivan Murashov <ivan.murashov@lge.com> | Thu Feb 13 09:29:04 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 13 09:29:04 2025 |
tree | d1e9ad515bc28826eeaf1afbf7557673d69c74a4 | |
parent | fdb47aa58dbc2bb514e796a98007e58a46ae770f [diff] |
IWYU: Add missing include for base::StringPrintf usage in omnibox_api.cc In the file omnibox_api.cc the method base::StringPrintf is used without corresponding include. Added missing include. Bug: none Change-Id: Ie40fea4e3246e55023e808ee81aad99a8e55424d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6258090 Reviewed-by: Ted Choc <tedchoc@chromium.org> Reviewed-by: Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Ivan Murashov <ivan.murashov@lge.com> Cr-Commit-Position: refs/heads/main@{#1419763}
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.