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

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

Issue 2900203002: Moving input filter files and keymap to input directory. (Closed)
Patch Set: Merge branch 'move_input_phase1' into move_input_phase2 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_mac.h
diff --git a/remoting/client/normalizing_input_filter_mac.h b/remoting/client/input/normalizing_input_filter_mac.h
similarity index 91%
rename from remoting/client/normalizing_input_filter_mac.h
rename to remoting/client/input/normalizing_input_filter_mac.h
index 1271cf32fb594f5c65447235368bce60245ee940..1d4e92da167becb1fe689c7ae560dbd0efdfa0dc 100644
--- a/remoting/client/normalizing_input_filter_mac.h
+++ b/remoting/client/input/normalizing_input_filter_mac.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_NORMALIZING_INPUT_FILTER_MAC_H_
-#define REMOTING_CLIENT_NORMALIZING_INPUT_FILTER_MAC_H_
+#ifndef REMOTING_CLIENT_INPUT_NORMALIZING_INPUT_FILTER_MAC_H_
+#define REMOTING_CLIENT_INPUT_NORMALIZING_INPUT_FILTER_MAC_H_
#include <map>
@@ -68,4 +68,4 @@ class NormalizingInputFilterMac : public protocol::InputFilter {
} // namespace remoting
-#endif // REMOTING_CLIENT_NORMALIZING_INPUT_FILTER_MAC_H_
+#endif // REMOTING_CLIENT_INPUT_NORMALIZING_INPUT_FILTER_MAC_H_

Powered by Google App Engine
This is Rietveld 408576698