| Index: chrome/browser/BUILD.gn
 | 
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
 | 
| index b4fe367dfa5591d34e8216195cbc421593bcbafd..ae1f4538a8b5e1b821a7819be3a6ebcec6ba575c 100644
 | 
| --- a/chrome/browser/BUILD.gn
 | 
| +++ b/chrome/browser/BUILD.gn
 | 
| @@ -926,6 +926,8 @@ split_static_library("browser") {
 | 
|      "profiles/gaia_info_update_service.h",
 | 
|      "profiles/gaia_info_update_service_factory.cc",
 | 
|      "profiles/gaia_info_update_service_factory.h",
 | 
| +    "profiles/guest_mode_policy_handler.cc",
 | 
| +    "profiles/guest_mode_policy_handler.h",
 | 
|      "profiles/incognito_helpers.cc",
 | 
|      "profiles/incognito_helpers.h",
 | 
|      "profiles/incognito_mode_policy_handler.cc",
 | 
| 
 |