Index: chrome/browser/views/bookmark_context_menu.h |
diff --git a/chrome/browser/views/bookmark_context_menu.h b/chrome/browser/views/bookmark_context_menu.h |
index d1d7bad5edfb3428514341f4aa14c5c58967d6fb..96304d4d3c89e25e68347441aa45def362f76f50 100644 |
--- a/chrome/browser/views/bookmark_context_menu.h |
+++ b/chrome/browser/views/bookmark_context_menu.h |
@@ -29,7 +29,7 @@ class BookmarkContextMenu : public BookmarkContextMenuControllerDelegate, |
virtual void ExecuteCommand(int command_id); |
virtual bool IsItemChecked(int command_id) const; |
virtual bool IsCommandEnabled(int command_id) const; |
- |
+ |
// Overridden from BookmarkContextMenuControllerDelegate: |
virtual void CloseMenu(); |
virtual void AddItem(int command_id); |
@@ -38,15 +38,14 @@ class BookmarkContextMenu : public BookmarkContextMenuControllerDelegate, |
virtual void AddCheckboxItem(int command_id); |
private: |
- |
scoped_ptr<BookmarkContextMenuController> controller_; |
- // The window used to parent dialog boxes opened from the context menu. |
- gfx::NativeWindow parent_window_; |
+ // The parent of dialog boxes opened from the context menu. |
+ gfx::NativeView parent_window_; |
// The menu itself. |
scoped_ptr<views::MenuItemView> menu_; |
- |
+ |
DISALLOW_COPY_AND_ASSIGN(BookmarkContextMenu); |
}; |