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

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

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/fling_tracker.cc ('k') | remoting/client/ui/gesture_interpreter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/ui/gesture_interpreter.h
diff --git a/remoting/client/gesture_interpreter.h b/remoting/client/ui/gesture_interpreter.h
similarity index 90%
rename from remoting/client/gesture_interpreter.h
rename to remoting/client/ui/gesture_interpreter.h
index f4d369b8af60ccf4ad225baba3f2e2cd2382a283..026ccff468c73dd09e6e7ca589307c077449250b 100644
--- a/remoting/client/gesture_interpreter.h
+++ b/remoting/client/ui/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_GESTURE_INTERPRETER_H_
-#define REMOTING_CLIENT_GESTURE_INTERPRETER_H_
+#ifndef REMOTING_CLIENT_UI_GESTURE_INTERPRETER_H_
+#define REMOTING_CLIENT_UI_GESTURE_INTERPRETER_H_
#include <memory>
#include "remoting/client/chromoting_session.h"
-#include "remoting/client/desktop_viewport.h"
-#include "remoting/client/fling_animation.h"
+#include "remoting/client/ui/desktop_viewport.h"
+#include "remoting/client/ui/fling_animation.h"
#include "remoting/proto/event.pb.h"
namespace remoting {
@@ -78,4 +78,4 @@ class GestureInterpreter {
};
} // namespace remoting
-#endif // REMOTING_CLIENT_GESTURE_INTERPRETER_H_
+#endif // REMOTING_CLIENT_UI_GESTURE_INTERPRETER_H_
« no previous file with comments | « remoting/client/ui/fling_tracker.cc ('k') | remoting/client/ui/gesture_interpreter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698