Fix linting issues

This commit is contained in:
Samuel Attard 2017-05-30 19:12:36 +10:00
parent 5048425e6e
commit 686b1388b1
No known key found for this signature in database
GPG key ID: 273DC1869D8F13EF
4 changed files with 9 additions and 6 deletions

View file

@ -5,9 +5,10 @@
#ifndef BRIGHTRAY_BROWSER_NOTIFICATION_DELEGATE_H_
#define BRIGHTRAY_BROWSER_NOTIFICATION_DELEGATE_H_
#include "content/public/browser/desktop_notification_delegate.h"
#include <string>
#include "content/public/browser/desktop_notification_delegate.h"
namespace brightray {
class NotificationDelegate : public content::DesktopNotificationDelegate {