commit | ecf18b4340fe0ddf173cea732008fe9817c7ae2f | [log] [tgz] |
---|---|---|
author | Jared Saul <jsaul@google.com> | Fri Sep 03 02:18:46 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 03 02:18:46 2021 |
tree | bb7494ce47c01ed84d454bf1c44cc0b80e4eeb2d | |
parent | bf8c97efb3185cfddf5156eac22c7bdadd81bad3 [diff] |
[AF] Cleanup: Reorder AutocompleteHistoryManager functions to match .h This CL makes *no code changes* and *only moves code around*. This change resolves the comment in http://shortn/_lusEfef7i1 about how http://crrev.com/c/3123927 moved around some functions in autocomplete_history_manager.h but didn't aim for consistency in the .cc file. I avoided this at the time on purpose because it would have been harder to track the actual changes in the file. Change-Id: I38a69bf3966adb2fc99d2678db3efe109577a76e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3138436 Commit-Queue: Jared Saul <jsaul@google.com> Reviewed-by: Matthias Körber <koerber@google.com> Cr-Commit-Position: refs/heads/main@{#917939}
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.