| 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..7408c8fa7817715bd3ea036f76ce8991e2f9190f 100644
|
| --- a/content/common/input/input_event_stream_validator.h
|
| +++ b/content/common/input/input_event_stream_validator.h
|
| @@ -16,7 +16,7 @@ class WebInputEvent;
|
|
|
| namespace content {
|
|
|
| -// DCHECKs that the stream of WebInputEvents passed to OnEvent is
|
| +// CHECKs that the stream of WebInputEvents passed to OnEvent is
|
| // valid. Currently only validates touch and touchscreen gesture events.
|
| class InputEventStreamValidator {
|
| public:
|
|
|