| Index: remoting/client/ui/direct_input_strategy.h
|
| diff --git a/remoting/client/direct_input_strategy.h b/remoting/client/ui/direct_input_strategy.h
|
| similarity index 85%
|
| rename from remoting/client/direct_input_strategy.h
|
| rename to remoting/client/ui/direct_input_strategy.h
|
| index 83502db4861dcf485eb799ce8a7558f95f1c3c7e..3d289c2a833bc9cf0428a0bd71171b9accc261f6 100644
|
| --- a/remoting/client/direct_input_strategy.h
|
| +++ b/remoting/client/ui/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_SIMULATED_TOUCH_INPUT_STRATEGY_H_
|
| -#define REMOTING_CLIENT_SIMULATED_TOUCH_INPUT_STRATEGY_H_
|
| +#ifndef REMOTING_CLIENT_UI_SIMULATED_TOUCH_INPUT_STRATEGY_H_
|
| +#define REMOTING_CLIENT_UI_SIMULATED_TOUCH_INPUT_STRATEGY_H_
|
|
|
| -#include "remoting/client/input_strategy.h"
|
| +#include "remoting/client/ui/input_strategy.h"
|
|
|
| namespace remoting {
|
|
|
| @@ -44,4 +44,4 @@ class DirectInputStrategy : public InputStrategy {
|
| };
|
|
|
| } // namespace remoting
|
| -#endif // REMOTING_CLIENT_SIMULATED_TOUCH_INPUT_STRATEGY_H_
|
| +#endif // REMOTING_CLIENT_UI_SIMULATED_TOUCH_INPUT_STRATEGY_H_
|
|
|