| Index: components/suggestions/suggestions_store.cc
 | 
| diff --git a/components/suggestions/suggestions_store.cc b/components/suggestions/suggestions_store.cc
 | 
| index 8685a64eae618cc3b71561122f0a29e1442e1494..42d6dc5059df92278604464cedb5e19b3ce24c52 100644
 | 
| --- a/components/suggestions/suggestions_store.cc
 | 
| +++ b/components/suggestions/suggestions_store.cc
 | 
| @@ -99,9 +99,7 @@ void SuggestionsStore::ClearSuggestions() {
 | 
|  // static
 | 
|  void SuggestionsStore::RegisterProfilePrefs(
 | 
|      user_prefs::PrefRegistrySyncable* registry) {
 | 
| -  registry->RegisterStringPref(
 | 
| -      prefs::kSuggestionsData, std::string(),
 | 
| -      user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
 | 
| +  registry->RegisterStringPref(prefs::kSuggestionsData, std::string());
 | 
|  }
 | 
|  
 | 
|  }  // namespace suggestions
 | 
| 
 |