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

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

Issue 2903623002: Moving input related classes to the input folder. (Closed)
Patch Set: Hide gesture code from nacl. 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/trackpad_input_strategy.h
diff --git a/remoting/client/ui/trackpad_input_strategy.h b/remoting/client/input/trackpad_input_strategy.h
similarity index 87%
rename from remoting/client/ui/trackpad_input_strategy.h
rename to remoting/client/input/trackpad_input_strategy.h
index ba9fde1b134640d1a6486618e5d99d819863f60a..abee68fc161a7e2ce6ed7cd499046635e608becc 100644
--- a/remoting/client/ui/trackpad_input_strategy.h
+++ b/remoting/client/input/trackpad_input_strategy.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_CLIENT_UI_TRACKPAD_INPUT_STRATEGY_H_
-#define REMOTING_CLIENT_UI_TRACKPAD_INPUT_STRATEGY_H_
+#ifndef REMOTING_CLIENT_INPUT_TRACKPAD_INPUT_STRATEGY_H_
+#define REMOTING_CLIENT_INPUT_TRACKPAD_INPUT_STRATEGY_H_
-#include "remoting/client/ui/input_strategy.h"
+#include "remoting/client/input/input_strategy.h"
namespace remoting {
@@ -47,4 +47,4 @@ class TrackpadInputStrategy : public InputStrategy {
};
} // namespace remoting
-#endif // REMOTING_CLIENT_UI_TRACKPAD_INPUT_STRATEGY_H_
+#endif // REMOTING_CLIENT_INPUT_TRACKPAD_INPUT_STRATEGY_H_

Powered by Google App Engine
This is Rietveld 408576698