| Index: chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc | 
| diff --git a/chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc b/chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc | 
| index 4bfa749a30316ac56ccf695258d4c560e9ae2987..f982d81ccf26e3730a3409db9e0aa022c3af32ff 100644 | 
| --- a/chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc | 
| +++ b/chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc | 
| @@ -104,7 +104,7 @@ class KeywordEditorControllerTest : public testing::Test, | 
| private: | 
| content::TestBrowserThreadBundle thread_bundle_; | 
| TestingProfile profile_; | 
| -  scoped_ptr<KeywordEditorController> controller_; | 
| +  std::unique_ptr<KeywordEditorController> controller_; | 
| TemplateURLServiceFactoryTestUtil util_; | 
| bool simulate_load_failure_; | 
|  | 
|  |