Fix build/header_guard linter violations in brightray
This commit is contained in:
parent
bb4a61c7ff
commit
cfb5b6ac89
41 changed files with 96 additions and 89 deletions
|
@ -3,8 +3,8 @@
|
|||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE-CHROMIUM file.
|
||||
|
||||
#ifndef BRIGHTRAY_BROWSER_NOTIFICATION_PRESENTER_LINUX_H_
|
||||
#define BRIGHTRAY_BROWSER_NOTIFICATION_PRESENTER_LINUX_H_
|
||||
#ifndef BRIGHTRAY_BROWSER_LINUX_NOTIFICATION_PRESENTER_LINUX_H_
|
||||
#define BRIGHTRAY_BROWSER_LINUX_NOTIFICATION_PRESENTER_LINUX_H_
|
||||
|
||||
#include "browser/notification_presenter.h"
|
||||
|
||||
|
@ -24,4 +24,4 @@ class NotificationPresenterLinux : public NotificationPresenter {
|
|||
|
||||
} // namespace brightray
|
||||
|
||||
#endif
|
||||
#endif // BRIGHTRAY_BROWSER_LINUX_NOTIFICATION_PRESENTER_LINUX_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue