Index: remoting/client/input/direct_input_strategy.h |
diff --git a/remoting/client/ui/direct_input_strategy.h b/remoting/client/input/direct_input_strategy.h |
similarity index 87% |
rename from remoting/client/ui/direct_input_strategy.h |
rename to remoting/client/input/direct_input_strategy.h |
index e3a1d6dd9ba908daca8d8461227c39c1792b3ff2..039229ad4ba3b79d0c0523c457eff705e5cc006d 100644 |
--- a/remoting/client/ui/direct_input_strategy.h |
+++ b/remoting/client/input/direct_input_strategy.h |
@@ -2,10 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef REMOTING_CLIENT_UI_DIRECT_INPUT_STRATEGY_H_ |
-#define REMOTING_CLIENT_UI_DIRECT_INPUT_STRATEGY_H_ |
+#ifndef REMOTING_CLIENT_INPUT_DIRECT_INPUT_STRATEGY_H_ |
+#define REMOTING_CLIENT_INPUT_DIRECT_INPUT_STRATEGY_H_ |
-#include "remoting/client/ui/input_strategy.h" |
+#include "remoting/client/input/input_strategy.h" |
namespace remoting { |
@@ -49,4 +49,4 @@ class DirectInputStrategy : public InputStrategy { |
}; |
} // namespace remoting |
-#endif // REMOTING_CLIENT_UI_DIRECT_INPUT_STRATEGY_H_ |
+#endif // REMOTING_CLIENT_INPUT_DIRECT_INPUT_STRATEGY_H_ |