summaryrefslogtreecommitdiffstats
path: root/sandbox/tests
diff options
context:
space:
mode:
authordeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-17 16:09:29 +0000
committerdeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-17 16:09:29 +0000
commit7bea0ed3ca62aaf5e1bca275913e27d836d126eb (patch)
tree6e510f4d1cb143de6c9c6e2294bd46a45a076602 /sandbox/tests
parent8c30a48a97f132e99a1b07df90a231eabda4c9ed (diff)
downloadchromium_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/tests')
-rw-r--r--sandbox/tests/validation_tests/stdafx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sandbox/tests/validation_tests/stdafx.h b/sandbox/tests/validation_tests/stdafx.h
index 6810c66..9df7b84 100644
--- a/sandbox/tests/validation_tests/stdafx.h
+++ b/sandbox/tests/validation_tests/stdafx.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SANDBOX_TESTS_VALIDATION_TESTS_STDAFX_H__
-#define SANDBOX_TESTS_VALIDATION_TESTS_STDAFX_H__
+#ifndef SANDBOX_TESTS_VALIDATION_TESTS_STDAFX_H_
+#define SANDBOX_TESTS_VALIDATION_TESTS_STDAFX_H_
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <shlwapi.h>
-#endif // SANDBOX_TESTS_VALIDATION_TESTS__STDAFX_H__
+#endif // SANDBOX_TESTS_VALIDATION_TESTS_STDAFX_H_