Turn off build/include_what_you_use

Chromium doesn't seem to use this rule.
This commit is contained in:
Adam Roben 2013-11-17 18:42:15 -05:00
parent ec59df1a51
commit d4ad45334f
8 changed files with 2 additions and 14 deletions

View file

@ -9,7 +9,7 @@ namespace brightray {
class NotificationPresenter {
public:
virtual ~NotificationPresenter() {};
virtual ~NotificationPresenter() {}
static NotificationPresenter* Create();