| Index: chrome/utility/shell_handler_impl_win.cc
 | 
| diff --git a/chrome/utility/shell_handler_impl_win.cc b/chrome/utility/shell_handler_impl_win.cc
 | 
| index 21485999ba3eee923b4df5140aa4e851ae38e893..12c71b22fe59294ea6b1e37f787a1c1d1a145f6e 100644
 | 
| --- a/chrome/utility/shell_handler_impl_win.cc
 | 
| +++ b/chrome/utility/shell_handler_impl_win.cc
 | 
| @@ -8,6 +8,7 @@
 | 
|  
 | 
|  #include "base/files/file_enumerator.h"
 | 
|  #include "base/files/file_path.h"
 | 
| +#include "base/memory/ptr_util.h"
 | 
|  #include "base/path_service.h"
 | 
|  #include "base/scoped_native_library.h"
 | 
|  #include "base/win/scoped_bstr.h"
 | 
| 
 |