| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index 2a8f23be1a21de8e31475b0285df285d62ed3cf0..acf41fdd0e3b87044e0e20d44ea0bac7a1c7fb34 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -1407,9 +1407,9 @@ split_static_library("ui") {
|
| deps += [
|
| "//ash",
|
| "//ash:ash_with_content",
|
| - "//ash/common/strings",
|
| "//ash/public/cpp:ash_public_cpp",
|
| "//ash/resources/vector_icons",
|
| + "//ash/strings",
|
| "//components/session_manager/core",
|
| "//components/user_manager",
|
| "//services/ui/public/cpp",
|
|
|