| Index: chrome/browser/chrome_content_browser_client_unittest.cc
 | 
| diff --git a/chrome/browser/chrome_content_browser_client_unittest.cc b/chrome/browser/chrome_content_browser_client_unittest.cc
 | 
| index 1d5455df45540a484fc76a0f8f1081721c8ee2cb..e4b60d6a085d64cbd62bff4ec8bf056e6f89e352 100644
 | 
| --- a/chrome/browser/chrome_content_browser_client_unittest.cc
 | 
| +++ b/chrome/browser/chrome_content_browser_client_unittest.cc
 | 
| @@ -7,8 +7,10 @@
 | 
|  #include <map>
 | 
|  
 | 
|  #include "base/command_line.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/metrics/field_trial.h"
 | 
|  #include "base/strings/utf_string_conversions.h"
 | 
| +#include "build/build_config.h"
 | 
|  #include "chrome/browser/search_engines/template_url_service_factory.h"
 | 
|  #include "components/content_settings/core/browser/host_content_settings_map.h"
 | 
|  #include "components/search_engines/template_url_service.h"
 | 
| 
 |