keep cpplint happy, mostly about line length
This commit is contained in:
parent
ef6d5dbf4e
commit
4e31c0011d
2 changed files with 57 additions and 31 deletions
|
@ -6,13 +6,12 @@
|
|||
#ifndef BRIGHTRAY_BROWSER_NOTIFICATION_PRESENTER_LINUX_H_
|
||||
#define BRIGHTRAY_BROWSER_NOTIFICATION_PRESENTER_LINUX_H_
|
||||
|
||||
#include <libnotify/notify.h>
|
||||
#include <map>
|
||||
|
||||
#include "base/compiler_specific.h"
|
||||
#include "browser/notification_presenter.h"
|
||||
|
||||
#include <libnotify/notify.h>
|
||||
|
||||
#include <map>
|
||||
|
||||
namespace brightray {
|
||||
|
||||
class NotificationPresenterLinux : public NotificationPresenter {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue