Index: remoting/client/input/normalizing_input_filter_cros.h |
diff --git a/remoting/client/normalizing_input_filter_cros.h b/remoting/client/input/normalizing_input_filter_cros.h |
similarity index 92% |
rename from remoting/client/normalizing_input_filter_cros.h |
rename to remoting/client/input/normalizing_input_filter_cros.h |
index 98661945c6b277c5e582e9bee2d2fb0f11652c31..fc3f911ae6c11c5d05e71d9f40754fddd72f9f75 100644 |
--- a/remoting/client/normalizing_input_filter_cros.h |
+++ b/remoting/client/input/normalizing_input_filter_cros.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_CROS_H_ |
-#define REMOTING_CLIENT_NORMALIZING_INPUT_FILTER_CROS_H_ |
+#ifndef REMOTING_CLIENT_INPUT_NORMALIZING_INPUT_FILTER_CROS_H_ |
+#define REMOTING_CLIENT_INPUT_NORMALIZING_INPUT_FILTER_CROS_H_ |
#include <stdint.h> |
@@ -67,4 +67,4 @@ class NormalizingInputFilterCros : public protocol::InputFilter { |
} // namespace remoting |
-#endif // REMOTING_CLIENT_NORMALIZING_INPUT_FILTER_CROS_H_ |
+#endif // REMOTING_CLIENT_INPUT_NORMALIZING_INPUT_FILTER_CROS_H_ |