From 8a296f82a09ffb59f84562d8e2e5b96c19c626c6 Mon Sep 17 00:00:00 2001 From: Nishanth Shanmugham Date: Thu, 5 Nov 2015 19:02:24 -0600 Subject: [PATCH] Tray: Remove extra qualification in header --- atom/browser/ui/tray_icon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();