Turn off build/include_what_you_use
Chromium doesn't seem to use this rule.
This commit is contained in:
parent
ec59df1a51
commit
d4ad45334f
8 changed files with 2 additions and 14 deletions
|
@ -9,7 +9,7 @@ namespace brightray {
|
|||
|
||||
class NotificationPresenter {
|
||||
public:
|
||||
virtual ~NotificationPresenter() {};
|
||||
virtual ~NotificationPresenter() {}
|
||||
|
||||
static NotificationPresenter* Create();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue