Index: chrome/browser/views/bookmark_bar_view.h |
=================================================================== |
--- chrome/browser/views/bookmark_bar_view.h (revision 16052) |
+++ chrome/browser/views/bookmark_bar_view.h (working copy) |
@@ -300,7 +300,7 @@ |
// . menu for star groups. |
// The latter two are handled by a MenuRunner, which builds the appropriate |
// menu. |
- virtual void RunMenu(views::View* view, const CPoint& pt, HWND hwnd); |
+ virtual void RunMenu(views::View* view, const gfx::Point& pt, HWND hwnd); |
// Invoked when a star entry corresponding to a URL on the bookmark bar is |
// pressed. Forwards to the PageNavigator to open the URL. |