summaryrefslogtreecommitdiffstats
path: root/sandbox/src
diff options
context:
space:
mode:
authornsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-28 00:37:10 +0000
committernsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-28 00:37:10 +0000
commitb3d44ab9fe42b06674ad09f80cd1cf6413fa4567 (patch)
tree337fdfae382fa2b7faa20dddf1f254d43e21b5ae /sandbox/src
parentb85ee498782d9001301e218220776fd4981aa269 (diff)
downloadchromium_src-b3d44ab9fe42b06674ad09f80cd1cf6413fa4567.zip
chromium_src-b3d44ab9fe42b06674ad09f80cd1cf6413fa4567.tar.gz
chromium_src-b3d44ab9fe42b06674ad09f80cd1cf6413fa4567.tar.bz2
I'm testing the buildbots, I needed a small change to trigger
them. Review URL: http://codereview.chromium.org/4318 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2661 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/src')
-rw-r--r--sandbox/src/sid.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sandbox/src/sid.h b/sandbox/src/sid.h
index 023af4d..9e4beb9 100644
--- a/sandbox/src/sid.h
+++ b/sandbox/src/sid.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_SID_H__
-#define SANDBOX_SRC_SID_H__
+#ifndef SANDBOX_SRC_SID_H_
+#define SANDBOX_SRC_SID_H_
#include <windows.h>
@@ -26,5 +26,5 @@ class Sid {
} // namespace sandbox
-#endif // SANDBOX_SRC_SID_H__
+#endif // SANDBOX_SRC_SID_H_