| Index: remoting/client/ui/gesture_interpreter.h
|
| diff --git a/remoting/client/gesture_interpreter.h b/remoting/client/ui/gesture_interpreter.h
|
| similarity index 90%
|
| rename from remoting/client/gesture_interpreter.h
|
| rename to remoting/client/ui/gesture_interpreter.h
|
| index f4d369b8af60ccf4ad225baba3f2e2cd2382a283..026ccff468c73dd09e6e7ca589307c077449250b 100644
|
| --- a/remoting/client/gesture_interpreter.h
|
| +++ b/remoting/client/ui/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_GESTURE_INTERPRETER_H_
|
| -#define REMOTING_CLIENT_GESTURE_INTERPRETER_H_
|
| +#ifndef REMOTING_CLIENT_UI_GESTURE_INTERPRETER_H_
|
| +#define REMOTING_CLIENT_UI_GESTURE_INTERPRETER_H_
|
|
|
| #include <memory>
|
|
|
| #include "remoting/client/chromoting_session.h"
|
| -#include "remoting/client/desktop_viewport.h"
|
| -#include "remoting/client/fling_animation.h"
|
| +#include "remoting/client/ui/desktop_viewport.h"
|
| +#include "remoting/client/ui/fling_animation.h"
|
| #include "remoting/proto/event.pb.h"
|
|
|
| namespace remoting {
|
| @@ -78,4 +78,4 @@ class GestureInterpreter {
|
| };
|
|
|
| } // namespace remoting
|
| -#endif // REMOTING_CLIENT_GESTURE_INTERPRETER_H_
|
| +#endif // REMOTING_CLIENT_UI_GESTURE_INTERPRETER_H_
|
|
|