| Index: chrome/browser/ui/BUILD.gn | 
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn | 
| index 7ebb171ccc07a9e5f179d6d4f73b74b270c90601..c29cffcd916984e28e4984aec49ec6593906578f 100644 | 
| --- a/chrome/browser/ui/BUILD.gn | 
| +++ b/chrome/browser/ui/BUILD.gn | 
| @@ -3418,10 +3418,10 @@ static_library("test_support") { | 
| testonly = true | 
|  | 
| sources = [ | 
| -    "cocoa/cocoa_test_helper.h", | 
| -    "cocoa/cocoa_test_helper.mm", | 
| -    "cocoa/run_loop_testing.h", | 
| -    "cocoa/run_loop_testing.mm", | 
| +    "cocoa/test/cocoa_test_helper.h", | 
| +    "cocoa/test/cocoa_test_helper.mm", | 
| +    "cocoa/test/run_loop_testing.h", | 
| +    "cocoa/test/run_loop_testing.mm", | 
| "find_bar/find_bar_host_unittest_util.h", | 
| "login/login_handler_test_utils.cc", | 
| "login/login_handler_test_utils.h", | 
|  |