Index: remoting/client/input/normalizing_input_filter_win.h |
diff --git a/remoting/client/normalizing_input_filter_win.h b/remoting/client/input/normalizing_input_filter_win.h |
similarity index 91% |
rename from remoting/client/normalizing_input_filter_win.h |
rename to remoting/client/input/normalizing_input_filter_win.h |
index 490adc4aec4b37d267218b34f982bf8f080dfbb9..12059b2839206c2e895aba3406245a4c07a3eedd 100644 |
--- a/remoting/client/normalizing_input_filter_win.h |
+++ b/remoting/client/input/normalizing_input_filter_win.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_WIN_H_ |
-#define REMOTING_CLIENT_NORMALIZING_INPUT_FILTER_WIN_H_ |
+#ifndef REMOTING_CLIENT_INPUT_NORMALIZING_INPUT_FILTER_WIN_H_ |
+#define REMOTING_CLIENT_INPUT_NORMALIZING_INPUT_FILTER_WIN_H_ |
#include "base/macros.h" |
#include "remoting/proto/event.pb.h" |
@@ -57,4 +57,4 @@ class NormalizingInputFilterWin : public protocol::InputFilter { |
} // namespace remoting |
-#endif // REMOTING_CLIENT_NORMALIZING_INPUT_FILTER_WIN_H_ |
+#endif // REMOTING_CLIENT_INPUT_NORMALIZING_INPUT_FILTER_WIN_H_ |