summaryrefslogtreecommitdiffstats
path: root/base/scoped_handle_win.h
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-18 19:08:18 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-18 19:08:18 +0000
commit02b2eeba160a5423e4974018ac7b91b5aad76cbd (patch)
tree64b575852a283cc36ef81b323e8e32b0dde024c2 /base/scoped_handle_win.h
parent3cb440e1585dd225c0c263893110edc8c75b2531 (diff)
downloadchromium_src-02b2eeba160a5423e4974018ac7b91b5aad76cbd.zip
chromium_src-02b2eeba160a5423e4974018ac7b91b5aad76cbd.tar.gz
chromium_src-02b2eeba160a5423e4974018ac7b91b5aad76cbd.tar.bz2
Update include guard style.
TBR=tony Review URL: http://codereview.chromium.org/11237 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5617 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/scoped_handle_win.h')
-rw-r--r--base/scoped_handle_win.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/scoped_handle_win.h b/base/scoped_handle_win.h
index c033081..f2eea7a 100644
--- a/base/scoped_handle_win.h
+++ b/base/scoped_handle_win.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 BASE_SCOPED_HANDLE_WIN_H__
-#define BASE_SCOPED_HANDLE_WIN_H__
+#ifndef BASE_SCOPED_HANDLE_WIN_H_
+#define BASE_SCOPED_HANDLE_WIN_H_
#include <windows.h>
@@ -205,5 +205,5 @@ class ScopedHGlobal {
DISALLOW_EVIL_CONSTRUCTORS(ScopedHGlobal);
};
-#endif // BASE_SCOPED_HANDLE_WIN_H__
+#endif // BASE_SCOPED_HANDLE_WIN_H_