Index: chrome/browser/bookmarks/bookmark_context_menu.h |
=================================================================== |
--- chrome/browser/bookmarks/bookmark_context_menu.h (revision 17017) |
+++ chrome/browser/bookmarks/bookmark_context_menu.h (working copy) |
@@ -55,7 +55,7 @@ |
// |parent| is the parent for newly created nodes if |selection| is empty. |
// |selection| is the nodes the context menu operates on and may be empty. |
// |configuration| determines which items to show. |
- BookmarkContextMenu(gfx::NativeWindow hwnd, |
+ BookmarkContextMenu(gfx::NativeView hwnd, |
Profile* profile, |
Browser* browser, |
PageNavigator* navigator, |
@@ -130,7 +130,7 @@ |
// parent_ is returned. |
BookmarkNode* GetParentForNewNodes() const; |
- gfx::NativeWindow wnd_; |
+ gfx::NativeView wnd_; |
Profile* profile_; |
Browser* browser_; |
PageNavigator* navigator_; |