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 b4f1682096db997838ab89072cc4232aa5ae84a1..ef838511ea5e88f09caf702febc319a21d387e83 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_ |