| Index: chrome/browser/ui/search/instant_page.cc
|
| diff --git a/chrome/browser/ui/search/instant_page.cc b/chrome/browser/ui/search/instant_page.cc
|
| index f1ae57f07de3e3e52d1f5be1f082167c0b2ae647..cf89ed0f18c945ff08a0b6ea02441fc81ffe26ca 100644
|
| --- a/chrome/browser/ui/search/instant_page.cc
|
| +++ b/chrome/browser/ui/search/instant_page.cc
|
| @@ -51,7 +51,7 @@ void InstantPage::SetOmniboxBounds(const gfx::Rect& bounds) {
|
| void InstantPage::InitializeFonts() {
|
| #if defined(OS_MACOSX)
|
| // This value should be kept in sync with OmniboxViewMac::GetFieldFont.
|
| - const gfx::Font omnibox_font("arial", 16);
|
| + const gfx::Font omnibox_font("Helvetica Neue", 16);
|
| #else
|
| const gfx::Font& omnibox_font =
|
| ui::ResourceBundle::GetSharedInstance().GetFont(
|
|
|