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 d99956b60cb5be7f366dfa5c2952e93cb70077ad..9390e3c646b694bfba00075182135cd195cd0d16 100644 |
--- a/chrome/browser/ui/webui/ntp/suggestions_page_handler.cc |
+++ b/chrome/browser/ui/webui/ntp/suggestions_page_handler.cc |
@@ -192,6 +192,7 @@ std::string SuggestionsHandler::GetDictionaryKeyForURL(const std::string& url) { |
} |
// static |
-void SuggestionsHandler::RegisterUserPrefs(PrefRegistrySyncable* registry) { |
+void SuggestionsHandler::RegisterUserPrefs( |
+ user_prefs::PrefRegistrySyncable* registry) { |
// TODO(georgey) add user preferences (such as own blacklist) as needed. |
} |