Fix linting issues
This commit is contained in:
parent
5048425e6e
commit
686b1388b1
4 changed files with 9 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue