Index: chrome/test/BUILD.gn |
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
index 12a12d78c8c42a2176debfe12476bb0a90a78b33..9d68d7bf05a4b23379d09ef6a6b6fb3f470cd50e 100644 |
--- a/chrome/test/BUILD.gn |
+++ b/chrome/test/BUILD.gn |
@@ -1961,8 +1961,8 @@ test("unit_tests") { |
"//chrome") |
deps += [ |
"//ash:test_support", |
+ "//ash/common/strings", |
"//ash/resources", |
- "//ash/strings", |
] |
# We eventually want to compile both in Win Aura builds, see |