| Index: chrome/browser/custom_handlers/protocol_handler_registry_factory.cc
 | 
| diff --git a/chrome/browser/custom_handlers/protocol_handler_registry_factory.cc b/chrome/browser/custom_handlers/protocol_handler_registry_factory.cc
 | 
| index 20c7cc8d6524a59e10feaec13b66df393ac0dd39..4f725d2c25405f867fb3650fdefd9691b5a6221d 100644
 | 
| --- a/chrome/browser/custom_handlers/protocol_handler_registry_factory.cc
 | 
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry_factory.cc
 | 
| @@ -5,6 +5,7 @@
 | 
|  #include "chrome/browser/custom_handlers/protocol_handler_registry_factory.h"
 | 
|  
 | 
|  #include "base/memory/singleton.h"
 | 
| +#include "build/build_config.h"
 | 
|  #include "chrome/browser/custom_handlers/protocol_handler_registry.h"
 | 
|  #include "chrome/browser/profiles/incognito_helpers.h"
 | 
|  #include "components/keyed_service/content/browser_context_dependency_manager.h"
 | 
| 
 |