summaryrefslogtreecommitdiffstats
path: root/chrome/browser/native_ui_contents.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/native_ui_contents.h')
-rw-r--r--chrome/browser/native_ui_contents.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/native_ui_contents.h b/chrome/browser/native_ui_contents.h
index 6b15ec5..d6de98c 100644
--- a/chrome/browser/native_ui_contents.h
+++ b/chrome/browser/native_ui_contents.h
@@ -8,10 +8,10 @@
#include "chrome/browser/page_state.h"
#include "chrome/browser/tab_contents.h"
#include "chrome/views/background.h"
-#include "chrome/views/container_win.h"
#include "chrome/views/link.h"
#include "chrome/views/native_button.h"
#include "chrome/views/text_field.h"
+#include "chrome/views/widget_win.h"
namespace views {
class CheckBox;
@@ -33,7 +33,7 @@ class NativeUI;
//
////////////////////////////////////////////////////////////////////////////////
class NativeUIContents : public TabContents,
- public views::ContainerWin {
+ public views::WidgetWin {
public:
explicit NativeUIContents(Profile* profile);