diff options
Diffstat (limited to 'base/scoped_handle_win.h')
-rw-r--r-- | base/scoped_handle_win.h | 6 |
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_ |