| Index: content/common/input/input_event_stream_validator.cc
|
| diff --git a/content/common/input/input_event_stream_validator.cc b/content/common/input/input_event_stream_validator.cc
|
| index b2dae44bafd0f931144b4ef90a397ce9857cd262..f8a39994b4562fcae991069714bd67f9b42198bc 100644
|
| --- a/content/common/input/input_event_stream_validator.cc
|
| +++ b/content/common/input/input_event_stream_validator.cc
|
| @@ -17,7 +17,7 @@ using blink::WebTouchEvent;
|
| namespace content {
|
|
|
| InputEventStreamValidator::InputEventStreamValidator()
|
| - : enabled_(CommandLine::ForCurrentProcess()->HasSwitch(
|
| + : enabled_(base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kValidateInputEventStream)) {
|
| }
|
|
|
|
|