| Index: chrome/browser/ui/webui/ntp/suggestions_page_handler.cc
|
| diff --git a/chrome/browser/ui/webui/ntp/suggestions_page_handler.cc b/chrome/browser/ui/webui/ntp/suggestions_page_handler.cc
|
| index 30b58084ec6a3e5db24e335bf397ad032e1fb116..72bd85b49bae91922dd52e806fa99322feb041e1 100644
|
| --- a/chrome/browser/ui/webui/ntp/suggestions_page_handler.cc
|
| +++ b/chrome/browser/ui/webui/ntp/suggestions_page_handler.cc
|
| @@ -192,6 +192,6 @@ std::string SuggestionsHandler::GetDictionaryKeyForURL(const std::string& url) {
|
| }
|
|
|
| // static
|
| -void SuggestionsHandler::RegisterUserPrefs(PrefService* prefs) {
|
| +void SuggestionsHandler::RegisterUserPrefs(PrefServiceSyncable* prefs) {
|
| // TODO(georgey) add user preferences (such as own blacklist) as needed.
|
| }
|
|
|