summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/status_bubble.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/status_bubble.h')
-rw-r--r--chrome/browser/views/status_bubble.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/browser/views/status_bubble.h b/chrome/browser/views/status_bubble.h
index 981eda7..834feccc 100644
--- a/chrome/browser/views/status_bubble.h
+++ b/chrome/browser/views/status_bubble.h
@@ -6,8 +6,8 @@
#define CHROME_BROWSER_VIEWS_STATUS_BUBBLE_H__
#include "base/gfx/rect.h"
-#include "chrome/views/container.h"
-#include "chrome/views/container_win.h"
+#include "chrome/views/widget.h"
+#include "chrome/views/widget_win.h"
class GURL;
@@ -16,7 +16,7 @@ class GURL;
// to allow users to see where hovered links point to.
class StatusBubble {
public:
- explicit StatusBubble(views::Container* frame);
+ explicit StatusBubble(views::Widget* frame);
~StatusBubble();
// Sets the bubble contents to a specific string and causes the bubble
@@ -74,10 +74,10 @@ class StatusBubble {
// We use a HWND for the popup so that it may float above any HWNDs in our
// UI (the location bar, for example).
- views::ContainerWin* popup_;
+ views::WidgetWin* popup_;
double opacity_;
- views::Container* frame_;
+ views::Widget* frame_;
StatusView* view_;
DISALLOW_EVIL_CONSTRUCTORS(StatusBubble);