| Index: components/nacl/browser/nacl_process_host.cc
 | 
| diff --git a/components/nacl/browser/nacl_process_host.cc b/components/nacl/browser/nacl_process_host.cc
 | 
| index 5cf4cf49752249589cb1e45f50bdf50ddda1bf8b..2c9457f2f08eb40c26b9c3e0f3ad3dc5e7145448 100644
 | 
| --- a/components/nacl/browser/nacl_process_host.cc
 | 
| +++ b/components/nacl/browser/nacl_process_host.cc
 | 
| @@ -16,6 +16,7 @@
 | 
|  #include "base/files/file_util.h"
 | 
|  #include "base/location.h"
 | 
|  #include "base/macros.h"
 | 
| +#include "base/memory/ptr_util.h"
 | 
|  #include "base/metrics/histogram_macros.h"
 | 
|  #include "base/path_service.h"
 | 
|  #include "base/process/launch.h"
 | 
| 
 |