| 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 23a255c43c31b6d0952f701bb301972e15eea7ff..969dd2976ef6f46ea8fd2b4ee01faebdbef6a3f7 100644
|
| --- a/chrome/browser/ui/webui/instant_ui.cc
|
| +++ b/chrome/browser/ui/webui/instant_ui.cc
|
| @@ -168,8 +168,9 @@ InstantUI::InstantUI(content::WebUI* web_ui) : WebUIController(web_ui) {
|
| }
|
|
|
| // static
|
| -void InstantUI::RegisterUserPrefs(PrefRegistrySyncable* registry) {
|
| - registry->RegisterStringPref(prefs::kInstantUIZeroSuggestUrlPrefix,
|
| - std::string(),
|
| - PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| +void InstantUI::RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry) {
|
| + registry->RegisterStringPref(
|
| + prefs::kInstantUIZeroSuggestUrlPrefix,
|
| + std::string(),
|
| + user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| }
|
|
|