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

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

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.cc
diff --git a/remoting/client/ui/trackpad_input_strategy.cc b/remoting/client/input/trackpad_input_strategy.cc
similarity index 97%
rename from remoting/client/ui/trackpad_input_strategy.cc
rename to remoting/client/input/trackpad_input_strategy.cc
index f136e57f63747e421764c88b1d2a79ecff0b1b11..b669871d309219ef5d2c865b101e59b5180525e4 100644
--- a/remoting/client/ui/trackpad_input_strategy.cc
+++ b/remoting/client/input/trackpad_input_strategy.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "remoting/client/ui/trackpad_input_strategy.h"
+#include "remoting/client/input/trackpad_input_strategy.h"
#include "remoting/client/ui/desktop_viewport.h"
@@ -87,4 +87,5 @@ float TrackpadInputStrategy::GetFeedbackRadius(InputFeedbackType type) const {
bool TrackpadInputStrategy::IsCursorVisible() const {
return true;
}
+
} // namespace remoting

Powered by Google App Engine
This is Rietveld 408576698