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

Unified Diff: chrome/browser/chromeos/webui/menu_ui.cc

Issue 6681041: fav icon -> favicon. Pass 3: kFavIconSize -> kFaviconSize (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 | « no previous file | chrome/browser/extensions/extension_icon_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/webui/menu_ui.cc
diff --git a/chrome/browser/chromeos/webui/menu_ui.cc b/chrome/browser/chromeos/webui/menu_ui.cc
index 66b9aeb46b4488afe6d845ea231726b1e032bdcf..bbc5bb847ea527a3ca552a104d3a450544d466a2 100644
--- a/chrome/browser/chromeos/webui/menu_ui.cc
+++ b/chrome/browser/chromeos/webui/menu_ui.cc
@@ -64,7 +64,7 @@ std::string GetFontShorthand(const gfx::Font* font) {
// used in webkit. Figure out the reason.
out.append(base::IntToString(font->GetFontSize() + 4));
out.append("px/");
- out.append(base::IntToString(std::max(kFavIconSize, font->GetHeight())));
+ out.append(base::IntToString(std::max(kFaviconSize, font->GetHeight())));
out.append("px \"");
out.append(UTF16ToUTF8(font->GetFontName()));
out.append("\",sans-serif");
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_icon_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698