| Index: chrome/browser/ui/BUILD.gn
 | 
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
 | 
| index 6cb06ec1a12715a1a4bf2c5b4728ed105e9169bf..4833d18085414383a4349411812b73841c0b8e30 100644
 | 
| --- a/chrome/browser/ui/BUILD.gn
 | 
| +++ b/chrome/browser/ui/BUILD.gn
 | 
| @@ -3061,6 +3061,8 @@ split_static_library("ui") {
 | 
|        "input_method/input_method_engine_base.h",
 | 
|        "network_profile_bubble.cc",
 | 
|        "network_profile_bubble.h",
 | 
| +      "views/chrome_cleaner_dialog.cc",
 | 
| +      "views/chrome_cleaner_dialog.h",
 | 
|        "views/color_chooser_dialog.cc",
 | 
|        "views/color_chooser_dialog.h",
 | 
|        "views/critical_notification_bubble_view.cc",
 | 
| @@ -3078,8 +3080,6 @@ split_static_library("ui") {
 | 
|        "views/network_profile_bubble_view.cc",
 | 
|        "views/settings_reset_prompt_dialog.cc",
 | 
|        "views/settings_reset_prompt_dialog.h",
 | 
| -      "views/srt_prompt_dialog.cc",
 | 
| -      "views/srt_prompt_dialog.h",
 | 
|        "views/uninstall_view.cc",
 | 
|        "views/uninstall_view.h",
 | 
|        "webui/cleanup_tool/cleanup_action_handler.cc",
 | 
| 
 |