diff options
Diffstat (limited to 'chrome/browser/bookmarks/bookmark_context_menu.h')
-rw-r--r-- | chrome/browser/bookmarks/bookmark_context_menu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/bookmarks/bookmark_context_menu.h b/chrome/browser/bookmarks/bookmark_context_menu.h index 8aea2f1..bf3782d 100644 --- a/chrome/browser/bookmarks/bookmark_context_menu.h +++ b/chrome/browser/bookmarks/bookmark_context_menu.h @@ -64,7 +64,7 @@ class BookmarkContextMenu : public BookmarkModelObserver, ConfigurationType configuration); virtual ~BookmarkContextMenu(); -#if defined(OS_WIN) +#if defined(TOOLKIT_VIEWS) // Shows the menu at the specified place. void RunMenuAt(int x, int y); |