Index: remoting/client/gesture_interpreter.h |
diff --git a/remoting/client/ui/gesture_interpreter.h b/remoting/client/gesture_interpreter.h |
similarity index 94% |
rename from remoting/client/ui/gesture_interpreter.h |
rename to remoting/client/gesture_interpreter.h |
index 0af645eb293191d024d398786a6cd21030b816df..d55e554589a537e158c2dfad3636f57c3fd51954 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 { |
@@ -113,4 +113,4 @@ class GestureInterpreter { |
}; |
} // namespace remoting |
-#endif // REMOTING_CLIENT_UI_GESTURE_INTERPRETER_H_ |
+#endif // REMOTING_CLIENT_GESTURE_INTERPRETER_H_ |