Index: ui/views/controls/tabbed_pane/native_tabbed_pane_win.cc |
diff --git a/ui/views/controls/tabbed_pane/native_tabbed_pane_win.cc b/ui/views/controls/tabbed_pane/native_tabbed_pane_win.cc |
index 8b66e912a4f520039d8af63b5c8ec27f20abddff..5d35466f776062c2fe76600474f6aee68090dbc7 100644 |
--- a/ui/views/controls/tabbed_pane/native_tabbed_pane_win.cc |
+++ b/ui/views/controls/tabbed_pane/native_tabbed_pane_win.cc |
@@ -395,13 +395,4 @@ void NativeTabbedPaneWin::ResizeContents() { |
content_window_->SetBounds(gfx::Rect(content_bounds)); |
} |
-//////////////////////////////////////////////////////////////////////////////// |
-// NativeTabbedPaneWrapper, public: |
- |
-// static |
-NativeTabbedPaneWrapper* NativeTabbedPaneWrapper::CreateNativeWrapper( |
- TabbedPane* tabbed_pane) { |
- return new NativeTabbedPaneWin(tabbed_pane); |
-} |
- |
} // namespace views |