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

Unified Diff: remoting/client/input/normalizing_input_filter_win.cc

Issue 2900203002: Moving input filter files and keymap to input directory. (Closed)
Patch Set: Fix include for input. Created 3 years, 7 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/input/normalizing_input_filter_win.cc
diff --git a/remoting/client/normalizing_input_filter_win.cc b/remoting/client/input/normalizing_input_filter_win.cc
similarity index 97%
rename from remoting/client/normalizing_input_filter_win.cc
rename to remoting/client/input/normalizing_input_filter_win.cc
index 2fca24253a6793a0ae9cb0b75c17f33ac7cb8021..307256ef0795e9a62c59f78ff5384f3d424820ee 100644
--- a/remoting/client/normalizing_input_filter_win.cc
+++ b/remoting/client/input/normalizing_input_filter_win.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "remoting/client/normalizing_input_filter_win.h"
+#include "remoting/client/input/normalizing_input_filter_win.h"
#include <stdint.h>
« no previous file with comments | « remoting/client/input/normalizing_input_filter_win.h ('k') | remoting/client/input/normalizing_input_filter_win_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698