diff --git a/atom/browser/ui/tray_icon.h b/atom/browser/ui/tray_icon.h index bff3057bf612..b63d3c48c262 100644 --- a/atom/browser/ui/tray_icon.h +++ b/atom/browser/ui/tray_icon.h @@ -62,8 +62,8 @@ class TrayIcon { void NotifyRightClicked(const gfx::Rect& bounds = gfx::Rect(), int modifiers = 0); void NotifyDropFiles(const std::vector& files); - void TrayIcon::NotifyDragEntered(); - void TrayIcon::NotifyDragExited(); + void NotifyDragEntered(); + void NotifyDragExited(); protected: TrayIcon();