Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(384)

Unified Diff: remoting/test/app_remoting_latency_test_fixture.cc

Issue 1560293002: Rename KEY_ constants to avoid conflict with <linux/input.h> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments (Wez) Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(
« no previous file with comments | « remoting/client/normalizing_input_filter_mac_unittest.cc ('k') | ui/base/ime/chromeos/character_composer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698