| Index: content/common/input/touch_event_stream_validator.h
|
| diff --git a/content/common/input/touch_event_stream_validator.h b/content/common/input/touch_event_stream_validator.h
|
| index ec112fd8e971a4f33fad05c7b9c6688b543b7ae1..95bc10626df3dc9795ad3c78349862413c6aa718 100644
|
| --- a/content/common/input/touch_event_stream_validator.h
|
| +++ b/content/common/input/touch_event_stream_validator.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 CONTENT_COMMON_INPUT_TOUCH_EVENT_STREAM_VALIDATOR
|
| -#define CONTENT_COMMON_INPUT_TOUCH_EVENT_STREAM_VALIDATOR
|
| +#ifndef CONTENT_COMMON_INPUT_TOUCH_EVENT_STREAM_VALIDATOR_H_
|
| +#define CONTENT_COMMON_INPUT_TOUCH_EVENT_STREAM_VALIDATOR_H_
|
|
|
| #include <string>
|
|
|
| @@ -31,4 +31,4 @@ class CONTENT_EXPORT TouchEventStreamValidator {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_COMMON_INPUT_TOUCH_EVENT_STREAM_VALIDATOR
|
| +#endif // CONTENT_COMMON_INPUT_TOUCH_EVENT_STREAM_VALIDATOR_H_
|
|
|