| Index: chrome/browser/ui/webui/instant_ui.cc
|
| diff --git a/chrome/browser/ui/webui/instant_ui.cc b/chrome/browser/ui/webui/instant_ui.cc
|
| index d399753d88e99b89716e3cec0640ec36ce8e4ab9..cc67fb40ed56adba24c0f99d268e40fe67eebc0b 100644
|
| --- a/chrome/browser/ui/webui/instant_ui.cc
|
| +++ b/chrome/browser/ui/webui/instant_ui.cc
|
| @@ -168,7 +168,8 @@ InstantUI::InstantUI(content::WebUI* web_ui) : WebUIController(web_ui) {
|
| }
|
|
|
| // static
|
| -void InstantUI::RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry) {
|
| +void InstantUI::RegisterProfilePrefs(
|
| + user_prefs::PrefRegistrySyncable* registry) {
|
| registry->RegisterStringPref(
|
| prefs::kInstantUIZeroSuggestUrlPrefix,
|
| std::string(),
|
|
|