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_ |