Fix build/include_what_you_use linter violations in brightray

This commit is contained in:
Kevin Sawicki 2017-05-18 15:06:57 -07:00
parent cfb5b6ac89
commit f193b2b2a6
28 changed files with 60 additions and 4 deletions

View file

@ -5,6 +5,9 @@
#ifndef BRIGHTRAY_BROWSER_PLATFORM_NOTIFICATION_SERVICE_H_
#define BRIGHTRAY_BROWSER_PLATFORM_NOTIFICATION_SERVICE_H_
#include <set>
#include <string>
#include "content/public/browser/browser_context.h"
#include "content/public/browser/platform_notification_service.h"