diff options
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index 1d6b50a..c8e4abc 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -188,7 +188,7 @@ const char kDefaultSearchProviderSuggestURL[] = const char kDefaultSearchProviderInstantURL[] = "default_search_provider.instant_url"; -// The Fav Icon URL (as understood by TemplateURLRef) of the default search +// The Favicon URL (as understood by TemplateURLRef) of the default search // provider. const char kDefaultSearchProviderIconURL[] = "default_search_provider.icon_url"; |