| Index: content/browser/browser_child_process_host_impl.cc
 | 
| diff --git a/content/browser/browser_child_process_host_impl.cc b/content/browser/browser_child_process_host_impl.cc
 | 
| index 5b155f4113a0cf8d7cad2cd9ca2ee748ebf0e5dd..8fbeff63822a06d902c7bc0756f8e568cf11c6a0 100644
 | 
| --- a/content/browser/browser_child_process_host_impl.cc
 | 
| +++ b/content/browser/browser_child_process_host_impl.cc
 | 
| @@ -13,6 +13,7 @@
 | 
|  #include "base/lazy_instance.h"
 | 
|  #include "base/logging.h"
 | 
|  #include "base/macros.h"
 | 
| +#include "base/memory/ptr_util.h"
 | 
|  #include "base/metrics/field_trial.h"
 | 
|  #include "base/metrics/histogram_macros.h"
 | 
|  #include "base/metrics/persistent_histogram_allocator.h"
 | 
| 
 |