Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4412)

Unified Diff: chrome/browser/search_engines/template_url_model_unittest.cc

Issue 6693021: fav icon -> favicon. Pass 5: fav_icon -> favicon (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/profile_import_process_host.h ('k') | chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/search_engines/template_url_model_unittest.cc
diff --git a/chrome/browser/search_engines/template_url_model_unittest.cc b/chrome/browser/search_engines/template_url_model_unittest.cc
index 40b0ffc81a443b11ce1cf514c5625db196a46439..b66d3a044c6ced3a264cd1a88e812cc3b2acd3f8 100644
--- a/chrome/browser/search_engines/template_url_model_unittest.cc
+++ b/chrome/browser/search_engines/template_url_model_unittest.cc
@@ -120,7 +120,7 @@ class TemplateURLModelTest : public testing::Test {
bool autogenerate_keyword,
const std::string& url,
const std::string& suggest_url,
- const std::string& fav_icon_url,
+ const std::string& favicon_url,
const std::string& encodings,
const std::string& short_name,
bool safe_for_autoreplace,
@@ -128,7 +128,7 @@ class TemplateURLModelTest : public testing::Test {
TemplateURL* template_url = new TemplateURL();
template_url->SetURL(url, 0, 0);
template_url->SetSuggestionsURL(suggest_url, 0, 0);
- template_url->SetFaviconURL(GURL(fav_icon_url));
+ template_url->SetFaviconURL(GURL(favicon_url));
template_url->set_keyword(UTF8ToUTF16(keyword));
template_url->set_autogenerate_keyword(autogenerate_keyword);
template_url->set_short_name(UTF8ToUTF16(short_name));
« no previous file with comments | « chrome/browser/profile_import_process_host.h ('k') | chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698