💄 Fix cpplint warning.

This commit is contained in:
Cheng Zhao 2014-06-02 11:47:37 +08:00
parent 884f30010c
commit 4647efd22f

View file

@ -9,10 +9,10 @@ namespace atom {
class TrayIconObserver { class TrayIconObserver {
public: public:
virtual void OnClicked() {}; virtual void OnClicked() {}
protected: protected:
virtual ~TrayIconObserver() {}; virtual ~TrayIconObserver() {}
}; };
} // namespace atom } // namespace atom