From: Nishanth Shanmugham Date: Fri, 6 Nov 2015 01:02:24 +0000 (-0600) Subject: Tray: Remove extra qualification in header X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8a296f82a09ffb59f84562d8e2e5b96c19c626c6;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Tray: Remove extra qualification in header --- diff --git a/atom/browser/ui/tray_icon.h b/atom/browser/ui/tray_icon.h index bff3057..b63d3c4 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();