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
|
@ -2,8 +2,8 @@
|
|||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE-CHROMIUM file.
|
||||
|
||||
#ifndef BROWSER_PERMISSION_MANAGER_H_
|
||||
#define BROWSER_PERMISSION_MANAGER_H_
|
||||
#ifndef BRIGHTRAY_BROWSER_PERMISSION_MANAGER_H_
|
||||
#define BRIGHTRAY_BROWSER_PERMISSION_MANAGER_H_
|
||||
|
||||
#include "base/callback_forward.h"
|
||||
#include "base/macros.h"
|
||||
|
@ -54,4 +54,4 @@ class PermissionManager : public content::PermissionManager {
|
|||
|
||||
} // namespace brightray
|
||||
|
||||
#endif // BROWSER_PERMISSION_MANAGER_H_
|
||||
#endif // BRIGHTRAY_BROWSER_PERMISSION_MANAGER_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue