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

Unified Diff: remoting/client/input/key_event_mapper.h

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
« no previous file with comments | « remoting/client/input/BUILD.gn ('k') | remoting/client/input/key_event_mapper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/input/key_event_mapper.h
diff --git a/remoting/client/key_event_mapper.h b/remoting/client/input/key_event_mapper.h
similarity index 90%
rename from remoting/client/key_event_mapper.h
rename to remoting/client/input/key_event_mapper.h
index f500e270b5dbe32d749fd89733a7ea13181f624f..060d398047d28828c5e34ae5e3e8331b5a775f0a 100644
--- a/remoting/client/key_event_mapper.h
+++ b/remoting/client/input/key_event_mapper.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_CLIENT_KEY_EVENT_MAPPER_H_
-#define REMOTING_CLIENT_KEY_EVENT_MAPPER_H_
+#ifndef REMOTING_CLIENT_INPUT_KEY_EVENT_MAPPER_H_
+#define REMOTING_CLIENT_INPUT_KEY_EVENT_MAPPER_H_
#include <stdint.h>
@@ -51,6 +51,6 @@ class KeyEventMapper : public protocol::InputFilter {
DISALLOW_COPY_AND_ASSIGN(KeyEventMapper);
};
-} // namespace remoting
+} // namespace remoting
-#endif // REMOTING_CLIENT_KEY_EVENT_MAPPER_H_
+#endif // REMOTING_CLIENT_INPUT_KEY_EVENT_MAPPER_H_
« no previous file with comments | « remoting/client/input/BUILD.gn ('k') | remoting/client/input/key_event_mapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698