Index: remoting/client/input/touch_input_scaler.h |
diff --git a/remoting/client/touch_input_scaler.h b/remoting/client/input/touch_input_scaler.h |
similarity index 89% |
rename from remoting/client/touch_input_scaler.h |
rename to remoting/client/input/touch_input_scaler.h |
index 290309f9bfe549aca40cb0eb953e97bddc9b8287..87bf5634fc0e178a64755721a0c23530d1b814df 100644 |
--- a/remoting/client/touch_input_scaler.h |
+++ b/remoting/client/input/touch_input_scaler.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_TOUCH_INPUT_SCALER_H_ |
-#define REMOTING_CLIENT_TOUCH_INPUT_SCALER_H_ |
+#ifndef REMOTING_CLIENT_INPUT_TOUCH_INPUT_SCALER_H_ |
+#define REMOTING_CLIENT_INPUT_TOUCH_INPUT_SCALER_H_ |
#include "base/macros.h" |
#include "remoting/protocol/input_filter.h" |
@@ -46,4 +46,4 @@ class TouchInputScaler : public protocol::InputFilter { |
} // namespace remoting |
-#endif // REMOTING_CLIENT_TOUCH_INPUT_SCALER_H_ |
+#endif // REMOTING_CLIENT_INPUT_TOUCH_INPUT_SCALER_H_ |