| Index: chrome/views/view_menu_delegate.h
|
| ===================================================================
|
| --- chrome/views/view_menu_delegate.h (revision 6997)
|
| +++ chrome/views/view_menu_delegate.h (working copy)
|
| @@ -24,7 +24,7 @@
|
| public:
|
| // Create and show a menu at the specified position. Source is the view the
|
| // ViewMenuDelegate was set on.
|
| - virtual void RunMenu(View* source, const CPoint& pt, HWND hwnd) = 0;
|
| + virtual void RunMenu(View* source, const gfx::Point& pt, HWND hwnd) = 0;
|
| };
|
|
|
| } // namespace views
|
|
|