| Index: ui/views/controls/tabbed_pane/tabbed_pane.cc | 
| diff --git a/ui/views/controls/tabbed_pane/tabbed_pane.cc b/ui/views/controls/tabbed_pane/tabbed_pane.cc | 
| index 8a8c7536043eda2bb722ffed691d9af57742c7b8..44971a4c4c8fc9bc84aa4f135d8bd8feffb53326 100644 | 
| --- a/ui/views/controls/tabbed_pane/tabbed_pane.cc | 
| +++ b/ui/views/controls/tabbed_pane/tabbed_pane.cc | 
| @@ -49,11 +49,7 @@ const int kHarmonyTabStripTabHeight = 40; | 
| class TabLabel : public Label { | 
| public: | 
| explicit TabLabel(const base::string16& tab_title) | 
| -      : Label(tab_title, | 
| -              ui::ResourceBundle::GetSharedInstance().GetFontListWithDelta( | 
| -                  ui::kLabelFontSizeDelta, | 
| -                  gfx::Font::NORMAL, | 
| -                  kActiveWeight)) {} | 
| +      : Label(tab_title, TextContext::CONTROL_LABEL, TextStyle::ACTIVE_TAB) {} | 
|  | 
| // Label: | 
| void GetAccessibleNodeData(ui::AXNodeData* data) override { | 
|  |