| Index: content/common/input/input_event_stream_validator.h
|
| diff --git a/content/common/input/input_event_stream_validator.h b/content/common/input/input_event_stream_validator.h
|
| index 1ae4c3ac19c2dea3a5d2d6065bba22fcea309806..60435b7805909f0e11f2b5833ec57c9caa055a71 100644
|
| --- a/content/common/input/input_event_stream_validator.h
|
| +++ b/content/common/input/input_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_EVENT_STREAM_VALIDATOR
|
| -#define CONTENT_COMMON_INPUT_EVENT_STREAM_VALIDATOR
|
| +#ifndef CONTENT_COMMON_INPUT_INPUT_EVENT_STREAM_VALIDATOR_H_
|
| +#define CONTENT_COMMON_INPUT_INPUT_EVENT_STREAM_VALIDATOR_H_
|
|
|
| #include <string>
|
|
|
| @@ -38,4 +38,4 @@ class InputEventStreamValidator {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_COMMON_INPUT_EVENT_STREAM_VALIDATOR
|
| +#endif // CONTENT_COMMON_INPUT_INPUT_EVENT_STREAM_VALIDATOR_H_
|
|
|