summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/bubble/bubble.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/views/bubble/bubble.h')
-rw-r--r--chrome/browser/ui/views/bubble/bubble.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/views/bubble/bubble.h b/chrome/browser/ui/views/bubble/bubble.h
index fe19dad..a2a1b35 100644
--- a/chrome/browser/ui/views/bubble/bubble.h
+++ b/chrome/browser/ui/views/bubble/bubble.h
@@ -135,7 +135,7 @@ class Bubble
protected:
Bubble();
#if defined(OS_CHROMEOS)
- Bubble(views::Widget::CreateParams::Type type,
+ Bubble(views::Widget::InitParams::Type type,
bool show_while_screen_is_locked);
#endif
virtual ~Bubble();
@@ -203,7 +203,7 @@ class Bubble
#if defined(OS_LINUX)
// Some callers want the bubble to be a child control instead of a window.
- views::Widget::CreateParams::Type type_;
+ views::Widget::InitParams::Type type_;
#endif
#if defined(OS_CHROMEOS)
// Should we set a property telling the window manager to show this window