summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/old_frames/xp_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/old_frames/xp_frame.h')
-rw-r--r--chrome/browser/views/old_frames/xp_frame.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/views/old_frames/xp_frame.h b/chrome/browser/views/old_frames/xp_frame.h
index 89df94c..b0bb8c9 100644
--- a/chrome/browser/views/old_frames/xp_frame.h
+++ b/chrome/browser/views/old_frames/xp_frame.h
@@ -16,8 +16,8 @@
#include "chrome/browser/browser_window.h"
#include "chrome/browser/views/old_frames/frame_view.h"
#include "chrome/browser/views/status_bubble.h"
-#include "chrome/views/view_container.h"
#include "chrome/views/button.h"
+#include "chrome/views/container.h"
#include "chrome/views/hwnd_view.h"
#include "chrome/views/root_view.h"
#include "chrome/views/image_view.h"
@@ -52,7 +52,7 @@ class XPFrame : public BrowserWindow,
WS_MAXIMIZEBOX |
WS_CLIPCHILDREN>>,
public ChromeViews::BaseButton::ButtonListener,
- public ChromeViews::ViewContainer,
+ public ChromeViews::Container,
public ChromeViews::AcceleratorTarget {
public:
@@ -156,7 +156,7 @@ class XPFrame : public BrowserWindow,
void ButtonPressed(ChromeViews::BaseButton *sender);
//
- // ViewContainer
+ // Container
virtual void GetBounds(CRect *out, bool including_frame) const;
virtual void MoveToFront(bool should_activate);
virtual HWND GetHWND() const;