| Index: remoting/client/gesture_interpreter.h
|
| diff --git a/remoting/client/ui/gesture_interpreter.h b/remoting/client/gesture_interpreter.h
|
| similarity index 95%
|
| rename from remoting/client/ui/gesture_interpreter.h
|
| rename to remoting/client/gesture_interpreter.h
|
| index 6a97e77b9d844e166b4530513669b58af9bdbe16..9e0887938b0ff2c45bfb943e579f7bc4abe1158b 100644
|
| --- a/remoting/client/ui/gesture_interpreter.h
|
| +++ b/remoting/client/gesture_interpreter.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef REMOTING_CLIENT_UI_GESTURE_INTERPRETER_H_
|
| -#define REMOTING_CLIENT_UI_GESTURE_INTERPRETER_H_
|
| +#ifndef REMOTING_CLIENT_GESTURE_INTERPRETER_H_
|
| +#define REMOTING_CLIENT_GESTURE_INTERPRETER_H_
|
|
|
| #include <memory>
|
|
|
| +#include "remoting/client/input/input_strategy.h"
|
| #include "remoting/client/ui/desktop_viewport.h"
|
| #include "remoting/client/ui/fling_animation.h"
|
| -#include "remoting/client/ui/input_strategy.h"
|
| #include "remoting/proto/event.pb.h"
|
|
|
| namespace remoting {
|
| @@ -117,4 +117,4 @@ class GestureInterpreter {
|
| };
|
|
|
| } // namespace remoting
|
| -#endif // REMOTING_CLIENT_UI_GESTURE_INTERPRETER_H_
|
| +#endif // REMOTING_CLIENT_GESTURE_INTERPRETER_H_
|
|
|