This change simply pulls the override into our source tree, as we still use this
icon in Brave.
Chromium changes:
https://chromium.googlesource.com/chromium/src/+/1aa94c1135693d505c20ace37c4659fb7e52af63
commit 1aa94c1135693d505c20ace37c4659fb7e52af63
Author: Mitsuru Oshima <oshima@chromium.org>
Date: Mon Mar 23 06:54:13 2026 -0700
Migrate ChromeOS-exclusive vector icons from chrome/app to ash/resources
This CL moves vector icons (.icon files) that are used exclusively in
ChromeOS specific files from chrome/app/vector_icons to
ash/resources/vector_icons.
- Moved 29 .icon files to ash/resources/vector_icons.
- Left notification_google.icon in chrome/app since it's a trademarked
image and should not be added to the public ash repo.
- Removed 1 unused .icon file (drag_handle.icon) from chrome/app/vector_icons
since it already exists in ash/resources/vector_icons.
- Updated BUILD.gn in both directories.
- Updated C++ references to use the ash:: namespace.
- Added #include "ash/resources/vector_icons/vector_icons.h" where
necessary.
- Removed #include "chrome/app/vector_icons/vector_icons.h" where no
longer needed.
- Added missing dependencies in affected targets (e.g. //chrome/browser/ash/*).
- Formatted with git cl format.
NOPRESUBMIT=true
Bypass-Check-License: Moving existing files from chrome to ash.
Bug: b:492325954
Change-Id: Ic51465ed261648db4b5182025767901f65384732
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7663588
Reviewed-by: Hidehiko Abe <hidehiko@chromium.org>
Commit-Queue: Mitsuru Oshima <oshima@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1603430}