Index: ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h |
diff --git a/ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h b/ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h |
index 3abe7d003b2acceb0b417b2d9cf896af4fa60d78..640b9daf9b940996b0b270558e798d28f5571b95 100644 |
--- a/ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h |
+++ b/ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -14,7 +14,6 @@ class Size; |
namespace views { |
-class TabbedPane; |
class View; |
// An interface implemented by an object that provides a platform-native |
@@ -68,9 +67,6 @@ class NativeTabbedPaneWrapper { |
// Returns a handle to the underlying native view for testing. |
virtual gfx::NativeView GetTestingHandle() const = 0; |
- |
- // Creates an appropriate NativeTabbedPaneWrapper for the platform. |
- static NativeTabbedPaneWrapper* CreateNativeWrapper(TabbedPane* tabbed_pane); |
}; |
} // namespace views |