| Index: chrome/browser/ui/cocoa/location_bar/location_bar_decoration.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_decoration.mm b/chrome/browser/ui/cocoa/location_bar/location_bar_decoration.mm
|
| index 03ed5f87dfc505e82182124cb68c75d079dc7949..a0bbefd1ba6ee03f81e5392a8295f292bdffd8b0 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/location_bar_decoration.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/location_bar_decoration.mm
|
| @@ -82,7 +82,7 @@ NSMenu* LocationBarDecoration::GetMenu() {
|
| }
|
|
|
| NSFont* LocationBarDecoration::GetFont() const {
|
| - return OmniboxViewMac::GetFieldFont(gfx::Font::NORMAL);
|
| + return OmniboxViewMac::GetNormalFieldFont();
|
| }
|
|
|
| NSPoint LocationBarDecoration::GetBubblePointInFrame(NSRect frame) {
|
|
|