| Index: base/scoped_handle_win.h
|
| diff --git a/base/scoped_handle_win.h b/base/scoped_handle_win.h
|
| index 8ed568da024005608ae703da95da5d7ab3c9f565..c0330810e4b9109e5bc6e60bb8e1aefe1e5d7170 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_H__
|
| -#define BASE_SCOPED_HANDLE_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_H__
|
| +#endif // BASE_SCOPED_HANDLE_WIN_H__
|
|
|
|
|