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

Unified Diff: remoting/ios/client_gestures.mm

Issue 2903623002: Moving input related classes to the input folder. (Closed)
Patch Set: Hide gesture code from nacl. 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/ios/client_gestures.mm
diff --git a/remoting/ios/client_gestures.mm b/remoting/ios/client_gestures.mm
index a868d44b348441b7a35e76ab31d1c0097f4fe01b..9c350af1349dcfb8de0716a9e15ac0310ac15c40 100644
--- a/remoting/ios/client_gestures.mm
+++ b/remoting/ios/client_gestures.mm
@@ -11,7 +11,7 @@
#import "remoting/ios/session/remoting_client.h"
#include "base/logging.h"
-#include "remoting/client/ui/gesture_interpreter.h"
+#include "remoting/client/gesture_interpreter.h"
remoting::GestureInterpreter::GestureState toGestureState(
UIGestureRecognizerState state) {

Powered by Google App Engine
This is Rietveld 408576698