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

Unified Diff: remoting/client/input/key_event_mapper.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
« no previous file with comments | « remoting/client/input/key_event_mapper.h ('k') | remoting/client/input/key_event_mapper_unittest.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.cc
diff --git a/remoting/client/key_event_mapper.cc b/remoting/client/input/key_event_mapper.cc
similarity index 91%
rename from remoting/client/key_event_mapper.cc
rename to remoting/client/input/key_event_mapper.cc
index 85bda275d8d89083d3f71cc6c26e10ac1a452c06..267943eb5d0ddb069d41e0a1bac8bada5b8f9d4f 100644
--- a/remoting/client/key_event_mapper.cc
+++ b/remoting/client/input/key_event_mapper.cc
@@ -2,20 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "remoting/client/key_event_mapper.h"
+#include "remoting/client/input/key_event_mapper.h"
#include "remoting/proto/event.pb.h"
namespace remoting {
-KeyEventMapper::KeyEventMapper() {
-}
+KeyEventMapper::KeyEventMapper() {}
-KeyEventMapper::KeyEventMapper(InputStub* stub) : protocol::InputFilter(stub) {
-}
+KeyEventMapper::KeyEventMapper(InputStub* stub) : protocol::InputFilter(stub) {}
-KeyEventMapper::~KeyEventMapper() {
-}
+KeyEventMapper::~KeyEventMapper() {}
void KeyEventMapper::SetTrapCallback(KeyTrapCallback callback) {
trap_callback = callback;
« no previous file with comments | « remoting/client/input/key_event_mapper.h ('k') | remoting/client/input/key_event_mapper_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698