chore: add ELECTRON_ prefix to C++ include guards (#31925)
This commit is contained in:
parent
0865267387
commit
c4ea33d1bf
358 changed files with 1080 additions and 1079 deletions
|
@ -7,8 +7,8 @@
|
|||
// will return NULL if the service is not available, so callers must check for
|
||||
// this condition.
|
||||
|
||||
#ifndef SHELL_BROWSER_BROWSER_PROCESS_IMPL_H_
|
||||
#define SHELL_BROWSER_BROWSER_PROCESS_IMPL_H_
|
||||
#ifndef ELECTRON_SHELL_BROWSER_BROWSER_PROCESS_IMPL_H_
|
||||
#define ELECTRON_SHELL_BROWSER_BROWSER_PROCESS_IMPL_H_
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
@ -114,4 +114,4 @@ class BrowserProcessImpl : public BrowserProcess {
|
|||
std::string locale_;
|
||||
};
|
||||
|
||||
#endif // SHELL_BROWSER_BROWSER_PROCESS_IMPL_H_
|
||||
#endif // ELECTRON_SHELL_BROWSER_BROWSER_PROCESS_IMPL_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue