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

Unified Diff: remoting/client/ui/gesture_interpreter.cc

Issue 2879383002: [CRD iOS] Move UI stuff into a subdirectory (Closed)
Patch Set: Fix include 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
« no previous file with comments | « remoting/client/ui/gesture_interpreter.h ('k') | remoting/client/ui/input_strategy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/ui/gesture_interpreter.cc
diff --git a/remoting/client/gesture_interpreter.cc b/remoting/client/ui/gesture_interpreter.cc
similarity index 97%
rename from remoting/client/gesture_interpreter.cc
rename to remoting/client/ui/gesture_interpreter.cc
index d4389dc9cd41fe163eea13a42de7e184b438c37f..84a6d2ba3dd8f8d0922cf259a701743fe0a8e974 100644
--- a/remoting/client/gesture_interpreter.cc
+++ b/remoting/client/ui/gesture_interpreter.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "remoting/client/gesture_interpreter.h"
+#include "remoting/client/ui/gesture_interpreter.h"
#include "base/bind.h"
#include "base/time/time.h"
-#include "remoting/client/direct_input_strategy.h"
+#include "remoting/client/ui/direct_input_strategy.h"
namespace {
« no previous file with comments | « remoting/client/ui/gesture_interpreter.h ('k') | remoting/client/ui/input_strategy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698