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

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

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/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 f2f5719eb9858db3149690378ea07dc848721d35..a6fee43757d5221c5da835fde7df879f5c0f3896 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"
@@ -85,4 +85,5 @@ float TrackpadInputStrategy::GetFeedbackRadius(InputFeedbackType type) const {
bool TrackpadInputStrategy::IsCursorVisible() const {
return true;
}
+
} // namespace remoting

Powered by Google App Engine
This is Rietveld 408576698