| Index: base/no_windows2000_unittest.h
|
| diff --git a/base/no_windows2000_unittest.h b/base/no_windows2000_unittest.h
|
| index 47246ab1589f54c388e875cc150180dae504ee08..58709254a90adc5fbefa961644785dc5fe0a8b28 100644
|
| --- a/base/no_windows2000_unittest.h
|
| +++ b/base/no_windows2000_unittest.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_NO_WINDOWS2000_UNITTEST_H__
|
| -#define BASE_NO_WINDOWS2000_UNITTEST_H__
|
| +#ifndef BASE_NO_WINDOWS2000_UNITTEST_H_
|
| +#define BASE_NO_WINDOWS2000_UNITTEST_H_
|
|
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "base/win_util.h"
|
| @@ -18,4 +18,4 @@ class NoWindows2000Test : public Parent {
|
| }
|
| };
|
|
|
| -#endif // BASE_NO_WINDOWS2000_UNITTEST_H__op
|
| +#endif // BASE_NO_WINDOWS2000_UNITTEST_H_
|
|
|