summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/history_view.h')
-rw-r--r--chrome/browser/history_view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/history_view.h b/chrome/browser/history_view.h
index b5c0725..8f5998c 100644
--- a/chrome/browser/history_view.h
+++ b/chrome/browser/history_view.h
@@ -33,7 +33,8 @@ class HistoryView : public ChromeViews::View,
bool IsVisible();
// Overridden for layout purposes.
- virtual void DidChangeBounds(const CRect& previous, const CRect& current);
+ virtual void DidChangeBounds(const gfx::Rect& previous,
+ const gfx::Rect& current);
virtual void Layout();
virtual bool GetFloatingViewIDForPoint(int x, int y, int* id);