| 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");
|
|
|