Chromium change: https://source.chromium.org/chromium/chromium/src/+/09cc55e31c2b410402e16ff02db7bdea3e8c6455 commit 09cc55e31c2b410402e16ff02db7bdea3e8c6455 Author: Lei Zhang <thestig@chromium.org> Date: Fri Jan 20 21:45:36 2023 +0000 Remove profile.h includes from headers that obviously do not need it. Headers that do not contain the word "Profile" do not need to include profile.h. Remove those includes. Then add missing forward declarations and includes to fix the build. Bug: 242216