| Index: remoting/client/input/trackpad_input_strategy.h
|
| diff --git a/remoting/client/ui/trackpad_input_strategy.h b/remoting/client/input/trackpad_input_strategy.h
|
| similarity index 87%
|
| rename from remoting/client/ui/trackpad_input_strategy.h
|
| rename to remoting/client/input/trackpad_input_strategy.h
|
| index 4838a450093a7a0decdeacd586528baf4e21bd9d..bd68a708fab537404607d6f648ffe620d3f506c5 100644
|
| --- a/remoting/client/ui/trackpad_input_strategy.h
|
| +++ b/remoting/client/input/trackpad_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_TRACKPAD_INPUT_STRATEGY_H_
|
| -#define REMOTING_CLIENT_UI_TRACKPAD_INPUT_STRATEGY_H_
|
| +#ifndef REMOTING_CLIENT_INPUT_TRACKPAD_INPUT_STRATEGY_H_
|
| +#define REMOTING_CLIENT_INPUT_TRACKPAD_INPUT_STRATEGY_H_
|
|
|
| -#include "remoting/client/ui/input_strategy.h"
|
| +#include "remoting/client/input/input_strategy.h"
|
|
|
| namespace remoting {
|
|
|
| @@ -47,4 +47,4 @@ class TrackpadInputStrategy : public InputStrategy {
|
| };
|
|
|
| } // namespace remoting
|
| -#endif // REMOTING_CLIENT_UI_TRACKPAD_INPUT_STRATEGY_H_
|
| +#endif // REMOTING_CLIENT_INPUT_TRACKPAD_INPUT_STRATEGY_H_
|
|
|