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
|
@ -10,4 +10,4 @@ std::string GetApplicationVersion();
|
|||
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // BRIGHTRAY_COMMON_APPLICATION_INFO_H_
|
||||
|
|
|
@ -31,4 +31,4 @@ class ContentClient : public content::ContentClient {
|
|||
|
||||
} // namespace brightray
|
||||
|
||||
#endif
|
||||
#endif // BRIGHTRAY_COMMON_CONTENT_CLIENT_H_
|
||||
|
|
|
@ -18,4 +18,4 @@ base::FilePath MainApplicationBundlePath();
|
|||
|
||||
} // namespace brightray
|
||||
|
||||
#endif
|
||||
#endif // BRIGHTRAY_COMMON_MAC_MAIN_APPLICATION_BUNDLE_H_
|
||||
|
|
|
@ -60,4 +60,5 @@ class MainDelegate : public content::ContentMainDelegate {
|
|||
};
|
||||
|
||||
} // namespace brightray
|
||||
#endif
|
||||
|
||||
#endif // BRIGHTRAY_COMMON_MAIN_DELEGATE_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue