Fix build/include_alpha linter violations in brightray

This commit is contained in:
Kevin Sawicki 2017-05-18 15:29:22 -07:00
parent b6992436a0
commit c4608c0f37
25 changed files with 37 additions and 55 deletions

View file

@ -1,8 +1,7 @@
#import <AppKit/AppKit.h>
#include "browser/devtools_contents_resizing_strategy.h"
#include "base/mac/scoped_nsobject.h"
#include "browser/devtools_contents_resizing_strategy.h"
#include "ui/base/cocoa/base_view.h"
namespace brightray {

View file

@ -4,7 +4,6 @@
#include "browser/inspectable_web_contents_view_delegate.h"
#include "browser/inspectable_web_contents_view_mac.h"
#include "browser/mac/event_dispatching_window.h"
#include "content/public/browser/render_widget_host_view.h"
#include "ui/gfx/mac/scoped_cocoa_disable_screen_updates.h"