projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
884f300
)
:lipstick: Fix cpplint warning.
author
Cheng Zhao
<zcbenz@gmail.com>
Mon, 2 Jun 2014 03:47:37 +0000
(11:47 +0800)
committer
Cheng Zhao
<zcbenz@gmail.com>
Mon, 2 Jun 2014 03:47:37 +0000
(11:47 +0800)
atom/browser/ui/tray_icon_observer.h
patch
|
blob
|
history
diff --git
a/atom/browser/ui/tray_icon_observer.h
b/atom/browser/ui/tray_icon_observer.h
index
621530f
..
f28bfd6
100644
(file)
--- a/
atom/browser/ui/tray_icon_observer.h
+++ b/
atom/browser/ui/tray_icon_observer.h
@@
-9,10
+9,10
@@
namespace atom {
class TrayIconObserver {
public:
- virtual void OnClicked() {}
;
+ virtual void OnClicked() {}
protected:
- virtual ~TrayIconObserver() {}
;
+ virtual ~TrayIconObserver() {}
};
} // namespace atom