| Index: chrome/common/chrome_content_client_unittest.cc
 | 
| diff --git a/chrome/common/chrome_content_client_unittest.cc b/chrome/common/chrome_content_client_unittest.cc
 | 
| index b2e31d0884ea1456ba7475af5e5619e8ab7850e5..10745d78aac8100dfa5ab2930edc436b9249fdc0 100644
 | 
| --- a/chrome/common/chrome_content_client_unittest.cc
 | 
| +++ b/chrome/common/chrome_content_client_unittest.cc
 | 
| @@ -6,8 +6,9 @@
 | 
|  
 | 
|  #include <string.h>
 | 
|  
 | 
| +#include <memory>
 | 
| +
 | 
|  #include "base/command_line.h"
 | 
| -#include "base/memory/scoped_ptr.h"
 | 
|  #include "base/strings/string_split.h"
 | 
|  #include "build/build_config.h"
 | 
|  #include "content/public/common/content_switches.h"
 | 
| 
 |