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 3a141a558150a93dce89a80077f7257dd5cadcab..e6f9a962a3345bcb37564ca1b4bf9414d97f6cde 100644 |
--- a/chrome/browser/ui/views/constrained_window_frame_simple.h |
+++ b/chrome/browser/ui/views/constrained_window_frame_simple.h |
@@ -71,6 +71,8 @@ class ConstrainedWindowFrameSimple : public views::NonClientFrameView, |
scoped_ptr<HeaderViews> header_views_; |
+ const gfx::Insets client_insets_; |
+ |
DISALLOW_COPY_AND_ASSIGN(ConstrainedWindowFrameSimple); |
}; |
#endif // CHROME_BROWSER_UI_VIEWS_CONSTRAINED_WINDOW_FRAME_SIMPLE_H_ |