commit | 271d1332695052dc754f2fd7f758ecc111afec5a | [log] [tgz] |
---|---|---|
author | Glen Robertson <glenrob@chromium.org> | Tue Jan 28 00:16:02 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jan 28 00:16:02 2020 |
tree | 9dc23d009df8a518d6c7e3fb58cf1c3480edc3e6 | |
parent | 81064d255cc47b6cc85f9921480e67cd2a9979dc [diff] |
Split web_app::AppId out of web_app_helpers.h and update includes. Many places were including the extra methods when they only needed AppId, and it was potentially confusing that AppId is provided by web_app_helpers. Admittedly not our biggest problem, but a very easy fix that makes life better for future readers of the codebase. :) Mostly just a straight find/replace of includes when methods defined in web_app_helpers were not present. A few (mostly test) files had to have a new include of web_app_helpers because methods were previously pulled in through transitive includes. Change-Id: Ia19c13365733868c50ab3b9ec5affdb114aa5eb3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2016818 Reviewed-by: Alexey Baskakov <loyso@chromium.org> Reviewed-by: Avi Drissman <avi@chromium.org> Commit-Queue: Glen Robertson <glenrob@chromium.org> Cr-Commit-Position: refs/heads/master@{#735662}
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 .