diff options
Diffstat (limited to 'sandbox/src')
-rw-r--r-- | sandbox/src/acl.h | 2 | ||||
-rw-r--r-- | sandbox/src/job.h | 2 | ||||
-rw-r--r-- | sandbox/src/security_level.h | 6 | ||||
-rw-r--r-- | sandbox/src/sync_dispatcher.h | 6 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sandbox/src/acl.h b/sandbox/src/acl.h index ffda40a..c71e51b 100644 --- a/sandbox/src/acl.h +++ b/sandbox/src/acl.h @@ -37,4 +37,4 @@ bool AddKnownSidToKernelObject(HANDLE object, const Sid& sid, } // namespace sandbox -#endif // SANDBOX_SRC_ACL_H +#endif // SANDBOX_SRC_ACL_H_ diff --git a/sandbox/src/job.h b/sandbox/src/job.h index e8ec5ea..3824b87 100644 --- a/sandbox/src/job.h +++ b/sandbox/src/job.h @@ -59,4 +59,4 @@ class Job { } // namespace sandbox -#endif // SANDBOX_SRC_JOB_H +#endif // SANDBOX_SRC_JOB_H_ diff --git a/sandbox/src/security_level.h b/sandbox/src/security_level.h index 659cadb..d83514a 100644 --- a/sandbox/src/security_level.h +++ b/sandbox/src/security_level.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef SANDBOX_SRC_RESTRICTED_SECURITY_LEVEL_H__ -#define SANDBOX_SRC_RESTRICTED_SECURITY_LEVEL_H__ +#ifndef SANDBOX_SRC_SECURITY_LEVEL_H_ +#define SANDBOX_SRC_SECURITY_LEVEL_H_ namespace sandbox { @@ -123,4 +123,4 @@ enum JobLevel { } // namespace sandbox -#endif // SANDBOX_SRC_RESTRICTED_SECURITY_LEVEL_H__ +#endif // SANDBOX_SRC_SECURITY_LEVEL_H_ diff --git a/sandbox/src/sync_dispatcher.h b/sandbox/src/sync_dispatcher.h index 2f4e685..8bcfcf4 100644 --- a/sandbox/src/sync_dispatcher.h +++ b/sandbox/src/sync_dispatcher.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef SANDBOX_SRC_SYNC_DISPATCHER_H__ -#define SANDBOX_SRC_SYNC_DISPATCHER_H__ +#ifndef SANDBOX_SRC_SYNC_DISPATCHER_H_ +#define SANDBOX_SRC_SYNC_DISPATCHER_H_ #include "base/basictypes.h" #include "sandbox/src/crosscall_server.h" @@ -35,4 +35,4 @@ private: } // namespace sandbox -#endif // SANDBOX_SRC_FILESYSTEM_DISPATCHER_H__ +#endif // SANDBOX_SRC_SYNC_DISPATCHER_H_ |