| Index: remoting/test/app_remoting_latency_test_fixture.cc
|
| diff --git a/remoting/test/app_remoting_latency_test_fixture.cc b/remoting/test/app_remoting_latency_test_fixture.cc
|
| index 7be94d1a9f32d87a4705f8978b5cc4d555fc1e56..2827c2cbd2d3664a8d80333b2a5b3a8440e57b87 100644
|
| --- a/remoting/test/app_remoting_latency_test_fixture.cc
|
| +++ b/remoting/test/app_remoting_latency_test_fixture.cc
|
| @@ -162,7 +162,7 @@ void AppRemotingLatencyTestFixture::ResetApplicationState() {
|
|
|
| // Press 'N' to choose not save and wait for 1 second for the input to be
|
| // delivered and processed.
|
| - PressAndReleaseKey(ui::DomCode::KEY_N);
|
| + PressAndReleaseKey(ui::DomCode::US_N);
|
|
|
| run_loop_.reset(new base::RunLoop());
|
| base::ThreadTaskRunnerHandle::Get()->PostDelayedTask(
|
|
|