Tray: Remove extra qualification in header
authorNishanth Shanmugham <nishanth.gerrard@gmail.com>
Fri, 6 Nov 2015 01:02:24 +0000 (19:02 -0600)
committerNishanth Shanmugham <nishanth.gerrard@gmail.com>
Fri, 6 Nov 2015 01:02:24 +0000 (19:02 -0600)
atom/browser/ui/tray_icon.h

index bff3057..b63d3c4 100644 (file)
@@ -62,8 +62,8 @@ class TrayIcon {
   void NotifyRightClicked(const gfx::Rect& bounds = gfx::Rect(),
                           int modifiers = 0);
   void NotifyDropFiles(const std::vector<std::string>& files);
-  void TrayIcon::NotifyDragEntered();
-  void TrayIcon::NotifyDragExited();
+  void NotifyDragEntered();
+  void NotifyDragExited();
 
  protected:
   TrayIcon();