diff options
author | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 16:09:29 +0000 |
---|---|---|
committer | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 16:09:29 +0000 |
commit | 7bea0ed3ca62aaf5e1bca275913e27d836d126eb (patch) | |
tree | 6e510f4d1cb143de6c9c6e2294bd46a45a076602 /sandbox/src/security_level.h | |
parent | 8c30a48a97f132e99a1b07df90a231eabda4c9ed (diff) | |
download | chromium_src-7bea0ed3ca62aaf5e1bca275913e27d836d126eb.zip chromium_src-7bea0ed3ca62aaf5e1bca275913e27d836d126eb.tar.gz chromium_src-7bea0ed3ca62aaf5e1bca275913e27d836d126eb.tar.bz2 |
Fix incorrect include guards in sandbox/. Guards now match their filename.
Review URL: http://codereview.chromium.org/48073
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11868 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/src/security_level.h')
-rw-r--r-- | sandbox/src/security_level.h | 6 |
1 files changed, 3 insertions, 3 deletions
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_ |