Tray: Remove extra qualification in header

This commit is contained in:
Nishanth Shanmugham 2015-11-05 19:02:24 -06:00
parent ee783a13ad
commit 8a296f82a0

View 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();