Browse Source

Tray: Remove extra qualification in header

Nishanth Shanmugham 9 years ago
parent
commit
8a296f82a0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      atom/browser/ui/tray_icon.h

+ 2 - 2
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<std::string>& files);
-  void TrayIcon::NotifyDragEntered();
-  void TrayIcon::NotifyDragExited();
+  void NotifyDragEntered();
+  void NotifyDragExited();
 
  protected:
   TrayIcon();