Index: chrome/browser/ui/views/constrained_window_frame_simple.h |
diff --git a/chrome/browser/ui/views/constrained_window_frame_simple.h b/chrome/browser/ui/views/constrained_window_frame_simple.h |
index 67df90cb457b5e5dc462044e7fd7733f2863d3e0..71551595fa13d8e443eb481a75b481f07077e679 100644 |
--- a/chrome/browser/ui/views/constrained_window_frame_simple.h |
+++ b/chrome/browser/ui/views/constrained_window_frame_simple.h |
@@ -24,7 +24,7 @@ class ConstrainedWindowFrameSimple : public views::NonClientFrameView, |
public: |
explicit ConstrainedWindowFrameSimple( |
ConstrainedWindowViews* container, |
- ConstrainedWindowViews::ChromeStyleClientInsets client_insets); |
+ ConstrainedWindowViews::ChromeStyleFrameLayout frame_layout); |
virtual ~ConstrainedWindowFrameSimple(); |
void set_bottom_margin(int margin) { bottom_margin_ = margin; } |
@@ -51,7 +51,7 @@ class ConstrainedWindowFrameSimple : public views::NonClientFrameView, |
const ui::Event& event) OVERRIDE; |
ConstrainedWindowViews* container_; |
- ConstrainedWindowViews::ChromeStyleClientInsets client_insets_; |
+ ConstrainedWindowViews::ChromeStyleFrameLayout frame_layout_; |
views::Label* title_label_; |
views::ImageButton* close_button_; |
// Number of margin pixels between the client area and the bottom part of the |