Fix: tray NotfiyDropFiles typo

This commit is contained in:
Brandon Cash 2015-10-18 00:32:13 -05:00
parent c7d9352972
commit 60b14d03e9
3 changed files with 3 additions and 3 deletions

View file

@ -55,7 +55,7 @@ void TrayIcon::NotifyRightClicked(const gfx::Rect& bounds, int modifiers) {
OnRightClicked(bounds, modifiers));
}
void TrayIcon::NotfiyDropFiles(const std::vector<std::string>& files) {
void TrayIcon::NotifyDropFiles(const std::vector<std::string>& files) {
FOR_EACH_OBSERVER(TrayIconObserver, observers_, OnDropFiles(files));
}