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

Unified Diff: remoting/client/input/direct_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/direct_input_strategy.cc
diff --git a/remoting/client/ui/direct_input_strategy.cc b/remoting/client/input/direct_input_strategy.cc
similarity index 97%
rename from remoting/client/ui/direct_input_strategy.cc
rename to remoting/client/input/direct_input_strategy.cc
index f749fe3f963df2f968d2aace87e5b36e215e54ad..5db1a6e7b7336a194c0adf0e5cfd0e8840bd7f97 100644
--- a/remoting/client/ui/direct_input_strategy.cc
+++ b/remoting/client/input/direct_input_strategy.cc
@@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "remoting/client/ui/direct_input_strategy.h"
+#include "remoting/client/input/direct_input_strategy.h"
+
#include "remoting/client/ui/desktop_viewport.h"
namespace remoting {

Powered by Google App Engine
This is Rietveld 408576698