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

Unified Diff: remoting/client/input/input_strategy.h

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/input/input_strategy.h
diff --git a/remoting/client/ui/input_strategy.h b/remoting/client/input/input_strategy.h
similarity index 94%
rename from remoting/client/ui/input_strategy.h
rename to remoting/client/input/input_strategy.h
index 9bab1c383fb94f3cfc8f4a6a88aef339b7a0acb7..e4f5a2d4673630b5d36c36ad4ffbacf937de055e 100644
--- a/remoting/client/ui/input_strategy.h
+++ b/remoting/client/input/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_UI_INPUT_STRATEGY_H_
-#define REMOTING_CLIENT_UI_INPUT_STRATEGY_H_
+#ifndef REMOTING_CLIENT_INPUT_INPUT_STRATEGY_H_
+#define REMOTING_CLIENT_INPUT_INPUT_STRATEGY_H_
#include "remoting/client/ui/view_matrix.h"
@@ -72,4 +72,4 @@ class InputStrategy {
};
} // namespace remoting
-#endif // REMOTING_CLIENT_UI_INPUT_STRATEGY_H_
+#endif // REMOTING_CLIENT_INPUT_INPUT_STRATEGY_H_

Powered by Google App Engine
This is Rietveld 408576698