From 7bea0ed3ca62aaf5e1bca275913e27d836d126eb Mon Sep 17 00:00:00 2001 From: "deanm@chromium.org" Date: Tue, 17 Mar 2009 16:09:29 +0000 Subject: 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 --- sandbox/src/security_level.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sandbox/src/security_level.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_ -- cgit v1.1