| 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 401fa32fcd5ed9ac4d59aa8f0184ffcef69bb4b0..7ba94ad1d9523e06d16ecf8443a89ef8435b881e 100644
|
| --- a/chrome/browser/ui/webui/instant_ui.cc
|
| +++ b/chrome/browser/ui/webui/instant_ui.cc
|
| @@ -102,7 +102,7 @@ InstantUI::InstantUI(content::WebUI* web_ui) : WebUIController(web_ui) {
|
| }
|
|
|
| // static
|
| -void InstantUI::RegisterUserPrefs(PrefService* user_prefs) {
|
| +void InstantUI::RegisterUserPrefs(PrefServiceSyncable* user_prefs) {
|
| user_prefs->RegisterStringPref(prefs::kInstantUIZeroSuggestUrlPrefix, "",
|
| - PrefService::UNSYNCABLE_PREF);
|
| + PrefServiceSyncable::UNSYNCABLE_PREF);
|
| }
|
|
|