summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/bookmark_menu_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/bookmark_menu_button.h')
-rw-r--r--chrome/browser/views/bookmark_menu_button.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/views/bookmark_menu_button.h b/chrome/browser/views/bookmark_menu_button.h
index 0ebb59f..3f2a98e 100644
--- a/chrome/browser/views/bookmark_menu_button.h
+++ b/chrome/browser/views/bookmark_menu_button.h
@@ -36,13 +36,13 @@ class BookmarkMenuButton : public views::MenuButton,
// ViewMenuDelegate.
virtual void RunMenu(views::View* source,
- const CPoint& pt,
+ const gfx::Point& pt,
gfx::NativeView hwnd);
private:
// Shows the menu.
void RunMenu(views::View* source,
- const CPoint& pt,
+ const gfx::Point& pt,
gfx::NativeView hwnd,
bool for_drop);