Remove unused includes

This commit is contained in:
Kevin Sawicki 2017-05-18 14:30:32 -07:00
parent 6e3a0b50cc
commit bb4a61c7ff
15 changed files with 1 additions and 26 deletions

View file

@ -6,12 +6,10 @@
#define BRIGHTRAY_BROWSER_BROWSER_CLIENT_H_
#include "browser/net_log.h"
#include "content/public/browser/browser_context.h"
#include "content/public/browser/content_browser_client.h"
namespace brightray {
class BrowserContext;
class BrowserMainParts;
class NotificationPresenter;
class PlatformNotificationService;