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

Unified Diff: remoting/client/gesture_interpreter.cc

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.cc
diff --git a/remoting/client/ui/gesture_interpreter.cc b/remoting/client/gesture_interpreter.cc
similarity index 97%
rename from remoting/client/ui/gesture_interpreter.cc
rename to remoting/client/gesture_interpreter.cc
index bef09ca9b100673a22e2b70265e6e2c5088510cd..5cc4638aa5f8161d075ea1ad8b8d1edd1f17d947 100644
--- a/remoting/client/ui/gesture_interpreter.cc
+++ b/remoting/client/gesture_interpreter.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "remoting/client/ui/gesture_interpreter.h"
+#include "remoting/client/gesture_interpreter.h"
#include "base/bind.h"
#include "base/time/time.h"
#include "remoting/client/chromoting_session.h"
-#include "remoting/client/ui/direct_input_strategy.h"
+#include "remoting/client/input/direct_input_strategy.h"
+#include "remoting/client/input/trackpad_input_strategy.h"
#include "remoting/client/ui/renderer_proxy.h"
-#include "remoting/client/ui/trackpad_input_strategy.h"
namespace {

Powered by Google App Engine
This is Rietveld 408576698