From b3d44ab9fe42b06674ad09f80cd1cf6413fa4567 Mon Sep 17 00:00:00 2001 From: "nsylvain@chromium.org" <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Sun, 28 Sep 2008 00:37:10 +0000 Subject: 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 --- sandbox/src/sid.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sandbox/src') 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_ -- cgit v1.1