| Index: chrome/browser/views/options/advanced_contents_view.cc
|
| ===================================================================
|
| --- chrome/browser/views/options/advanced_contents_view.cc (revision 55911)
|
| +++ chrome/browser/views/options/advanced_contents_view.cc (working copy)
|
| @@ -1383,7 +1383,7 @@
|
| static bool initialized = false;
|
| if (!initialized) {
|
| ResourceBundle& rb = ResourceBundle::GetSharedInstance();
|
| - line_height_ = rb.GetFont(ResourceBundle::BaseFont).height();
|
| + line_height_ = rb.GetFont(ResourceBundle::BaseFont).GetHeight();
|
| initialized = true;
|
| }
|
| }
|
|
|