diff options
Diffstat (limited to 'sandbox/src/restricted_token.h')
-rw-r--r-- | sandbox/src/restricted_token.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sandbox/src/restricted_token.h b/sandbox/src/restricted_token.h index 00c9812..9eb1807 100644 --- a/sandbox/src/restricted_token.h +++ b/sandbox/src/restricted_token.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_TOKEN_H__ -#define SANDBOX_SRC_RESTRICTED_TOKEN_H__ +#ifndef SANDBOX_SRC_RESTRICTED_TOKEN_H_ +#define SANDBOX_SRC_RESTRICTED_TOKEN_H_ #include <windows.h> #include <vector> @@ -195,5 +195,5 @@ class RestrictedToken { } // namespace sandbox -#endif // SANDBOX_SRC_RESTRICTED_TOKEN_H__ +#endif // SANDBOX_SRC_RESTRICTED_TOKEN_H_ |