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

Unified Diff: remoting/client/normalizing_input_filter_cros.cc

Issue 2724913002: Move chromeos::EventRewriter to //ui/chromeos/events (Closed)
Patch Set: Fix build issue Created 3 years, 9 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/client/normalizing_input_filter_cros.cc
diff --git a/remoting/client/normalizing_input_filter_cros.cc b/remoting/client/normalizing_input_filter_cros.cc
index 1eb91b958276f80cb63ebe94446fca58eac4d27b..6681944dc07f8d8f2b893e9a80818e3f5f8e07db 100644
--- a/remoting/client/normalizing_input_filter_cros.cc
+++ b/remoting/client/normalizing_input_filter_cros.cc
@@ -82,8 +82,7 @@ static bool IsRewrittenKey(uint32_t code) {
// target application doesn't distinguish between left and right Alt keys.
//
// This file must be kept up to date with changes to
-// chrome/browser/chromeos/events/event_rewriter.cc
-
+// ui/chromeos/events/event_rewriter.cc
NormalizingInputFilterCros::NormalizingInputFilterCros(
protocol::InputStub* input_stub)

Powered by Google App Engine
This is Rietveld 408576698