| Index: chrome/browser/views/tab_contents/render_view_context_menu_win.h
|
| ===================================================================
|
| --- chrome/browser/views/tab_contents/render_view_context_menu_win.h (revision 18458)
|
| +++ chrome/browser/views/tab_contents/render_view_context_menu_win.h (working copy)
|
| @@ -28,7 +28,7 @@
|
| views::Accelerator* accelerator);
|
| virtual void ExecuteCommand(int command_id);
|
|
|
| - HMENU GetMenuHandle() const {
|
| + gfx::NativeMenu GetMenuHandle() const {
|
| return (menu_.get() ? menu_->GetNativeMenu() : NULL);
|
| }
|
|
|
|
|