| 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 5bc09057b5fb926ae839672b86c5949921bc0d08..4c3c9d8d55e47d439fdd8e236384ceb3c4dd50cc 100644 | 
| --- a/chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc | 
| +++ b/chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc | 
| @@ -68,7 +68,7 @@ class KeywordEditorControllerTest : public testing::Test, | 
|  | 
| void SimulateDefaultSearchIsManaged(const std::string& url) { | 
| ASSERT_FALSE(url.empty()); | 
| -    TestingPrefService* service = profile_->GetTestingPrefService(); | 
| +    TestingPrefServiceSyncable* service = profile_->GetTestingPrefService(); | 
| service->SetManagedPref(prefs::kDefaultSearchProviderEnabled, | 
| new base::FundamentalValue(true)); | 
| service->SetManagedPref(prefs::kDefaultSearchProviderSearchURL, | 
|  |