Index: chrome/browser/bookmarks/bookmark_context_menu.cc |
=================================================================== |
--- chrome/browser/bookmarks/bookmark_context_menu.cc (revision 17017) |
+++ chrome/browser/bookmarks/bookmark_context_menu.cc (working copy) |
@@ -56,7 +56,7 @@ |
} |
static void Show(Profile* profile, |
- gfx::NativeWindow wnd, |
+ gfx::NativeView wnd, |
BookmarkNode* node, |
bool is_new, |
bool show_in_manager) { |
@@ -68,7 +68,7 @@ |
private: |
EditFolderController(Profile* profile, |
- gfx::NativeWindow wnd, |
+ gfx::NativeView wnd, |
BookmarkNode* node, |
bool is_new, |
bool show_in_manager) |
@@ -214,7 +214,7 @@ |
// BookmarkContextMenu ------------------------------------------- |
BookmarkContextMenu::BookmarkContextMenu( |
- gfx::NativeWindow wnd, |
+ gfx::NativeView wnd, |
Profile* profile, |
Browser* browser, |
PageNavigator* navigator, |