keep cpplint happy, mostly about line length

This commit is contained in:
Patrick Reynolds 2013-12-19 13:06:05 -06:00
parent ef6d5dbf4e
commit 4e31c0011d
2 changed files with 57 additions and 31 deletions

View file

@ -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 {