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

Unified Diff: remoting/client/ui/input_strategy.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/gesture_interpreter.cc ('k') | remoting/client/ui/view_matrix.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/ui/input_strategy.h
diff --git a/remoting/client/input_strategy.h b/remoting/client/ui/input_strategy.h
similarity index 92%
rename from remoting/client/input_strategy.h
rename to remoting/client/ui/input_strategy.h
index 5f171681a61f96514eab8f3d795be789ed2ef1f1..c36de89a2d5a7b2c26299de6bf20f0d1f9617276 100644
--- a/remoting/client/input_strategy.h
+++ b/remoting/client/ui/input_strategy.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_CLIENT_INPUT_STRATEGY_H_
-#define REMOTING_CLIENT_INPUT_STRATEGY_H_
+#ifndef REMOTING_CLIENT_UI_INPUT_STRATEGY_H_
+#define REMOTING_CLIENT_UI_INPUT_STRATEGY_H_
namespace remoting {
@@ -48,4 +48,4 @@ class InputStrategy {
};
} // namespace remoting
-#endif // REMOTING_CLIENT_INPUT_STRATEGY_H_
+#endif // REMOTING_CLIENT_UI_INPUT_STRATEGY_H_
« no previous file with comments | « remoting/client/ui/gesture_interpreter.cc ('k') | remoting/client/ui/view_matrix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698