Index: chrome/browser/ui/webui/options/search_engine_manager_handler.cc |
diff --git a/chrome/browser/ui/webui/options/search_engine_manager_handler.cc b/chrome/browser/ui/webui/options/search_engine_manager_handler.cc |
index be24d92a859564bf1d07127ff2b0574d8d24705a..41b1642492dabee1057fb5ec735407d7606fbabb 100644 |
--- a/chrome/browser/ui/webui/options/search_engine_manager_handler.cc |
+++ b/chrome/browser/ui/webui/options/search_engine_manager_handler.cc |
@@ -197,7 +197,7 @@ SearchEngineManagerHandler::CreateDictionaryForEngine(int index, |
list_controller_->CanMakeDefault(template_url)); |
dict->SetBoolean("default", is_default); |
dict->SetBoolean("canBeEdited", list_controller_->CanEdit(template_url)); |
- TemplateURL::Type type = template_url->GetType(); |
+ TemplateURL::Type type = template_url->type(); |
dict->SetBoolean("isOmniboxExtension", |
type == TemplateURL::OMNIBOX_API_EXTENSION); |
if (type == TemplateURL::NORMAL_CONTROLLED_BY_EXTENSION || |