Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(348)

Unified Diff: remoting/client/gesture_interpreter.h

Issue 2903623002: Moving input related classes to the input folder. (Closed)
Patch Set: Working the build files to pull in the correct imports as needed. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698