summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/info_bar_item_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/info_bar_item_view.h')
-rw-r--r--chrome/browser/views/info_bar_item_view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/views/info_bar_item_view.h b/chrome/browser/views/info_bar_item_view.h
index c5b99ab..4e38e7c 100644
--- a/chrome/browser/views/info_bar_item_view.h
+++ b/chrome/browser/views/info_bar_item_view.h
@@ -48,7 +48,8 @@ class InfoBarItemView : public ChromeViews::View,
// Lays out all child views of the info bar from trailing to leading.
virtual void Layout();
- virtual void DidChangeBounds(const CRect& previous, const CRect& current);
+ virtual void DidChangeBounds(const gfx::Rect& previous,
+ const gfx::Rect& current);
// Starts the close animation, which will end in the bar closing itself.
void BeginClose();