| Index: base/event_types.h
|
| diff --git a/base/event_types.h b/base/event_types.h
|
| index 9905800d2e8c2f1096af350a39394a24703091a2..af586e46ec9cc807d0dad0b9cf8b9943b8541fb7 100644
|
| --- a/base/event_types.h
|
| +++ b/base/event_types.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_EVENT_TYPES_H_
|
| -#define BASE_EVENT_TYPES_H_
|
| +#ifndef BASE_EVENT_TYPES_H
|
| +#define BASE_EVENT_TYPES_H
|
|
|
| #include "build/build_config.h"
|
|
|
| @@ -34,4 +34,4 @@
|
|
|
| } // namespace base
|
|
|
| -#endif // BASE_EVENT_TYPES_H_
|
| +#endif // BASE_EVENT_TYPES_H
|
|
|