| Index: chrome/browser/bookmarks/bookmark_context_menu_controller.cc
|
| ===================================================================
|
| --- chrome/browser/bookmarks/bookmark_context_menu_controller.cc (revision 28706)
|
| +++ chrome/browser/bookmarks/bookmark_context_menu_controller.cc (working copy)
|
| @@ -48,7 +48,7 @@
|
| }
|
|
|
| static void Show(Profile* profile,
|
| - gfx::NativeView wnd,
|
| + gfx::NativeWindow wnd,
|
| const BookmarkNode* node,
|
| bool is_new,
|
| bool show_in_manager) {
|
| @@ -60,7 +60,7 @@
|
|
|
| private:
|
| EditFolderController(Profile* profile,
|
| - gfx::NativeView wnd,
|
| + gfx::NativeWindow wnd,
|
| const BookmarkNode* node,
|
| bool is_new,
|
| bool show_in_manager)
|
| @@ -193,7 +193,7 @@
|
| } // namespace
|
|
|
| BookmarkContextMenuController::BookmarkContextMenuController(
|
| - gfx::NativeView parent_window,
|
| + gfx::NativeWindow parent_window,
|
| BookmarkContextMenuControllerDelegate* delegate,
|
| Profile* profile,
|
| PageNavigator* navigator,
|
|
|