| Index: ui/views/controls/tabbed_pane/tabbed_pane.h
 | 
| diff --git a/ui/views/controls/tabbed_pane/tabbed_pane.h b/ui/views/controls/tabbed_pane/tabbed_pane.h
 | 
| index 76d927ac5641fc79e05eb3628b413c06486f46fa..aa808acadcb1f439f215433e0b6c20423b88ab77 100644
 | 
| --- a/ui/views/controls/tabbed_pane/tabbed_pane.h
 | 
| +++ b/ui/views/controls/tabbed_pane/tabbed_pane.h
 | 
| @@ -58,18 +58,18 @@ class VIEWS_EXPORT TabbedPane : public View {
 | 
|    const char* GetClassName() const override;
 | 
|  
 | 
|   private:
 | 
| -   friend class TabStrip;
 | 
| +  friend class TabStrip;
 | 
|  
 | 
| -   // Get the Tab (the tabstrip view, not its content) at the valid |index|.
 | 
| -   Tab* GetTabAt(int index);
 | 
| +  // Get the Tab (the tabstrip view, not its content) at the valid |index|.
 | 
| +  Tab* GetTabAt(int index);
 | 
|  
 | 
|    // Overridden from View:
 | 
| -   void Layout() override;
 | 
| -   void ViewHierarchyChanged(
 | 
| -       const ViewHierarchyChangedDetails& details) override;
 | 
| -   bool AcceleratorPressed(const ui::Accelerator& accelerator) override;
 | 
| -   void OnFocus() override;
 | 
| -   void GetAccessibleState(ui::AXViewState* state) override;
 | 
| +  void Layout() override;
 | 
| +  void ViewHierarchyChanged(
 | 
| +      const ViewHierarchyChangedDetails& details) override;
 | 
| +  bool AcceleratorPressed(const ui::Accelerator& accelerator) override;
 | 
| +  void OnFocus() override;
 | 
| +  void GetAccessibleState(ui::AXViewState* state) override;
 | 
|  
 | 
|    // A listener notified when tab selection changes. Weak, not owned.
 | 
|    TabbedPaneListener* listener_;
 | 
| 
 |