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

Unified Diff: remoting/client/input/touch_input_scaler_unittest.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/touch_input_scaler_unittest.cc
diff --git a/remoting/client/touch_input_scaler_unittest.cc b/remoting/client/input/touch_input_scaler_unittest.cc
similarity index 97%
rename from remoting/client/touch_input_scaler_unittest.cc
rename to remoting/client/input/touch_input_scaler_unittest.cc
index e36e43e101b861c92cd01c8bf2be290eef611c1a..c3116c405d676a59a1aec767f81990f3af7578ee 100644
--- a/remoting/client/touch_input_scaler_unittest.cc
+++ b/remoting/client/input/touch_input_scaler_unittest.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/touch_input_scaler.h"
+#include "remoting/client/input/touch_input_scaler.h"
#include <stdint.h>
@@ -44,10 +44,8 @@ struct PointInfo {
float radius_y;
};
-const PointInfo kDefaultPointInfo = {kDefaultXCoord,
- kDefaultYCoord,
- kDefaultRadius,
- kDefaultRadius};
+const PointInfo kDefaultPointInfo = {kDefaultXCoord, kDefaultYCoord,
+ kDefaultRadius, kDefaultRadius};
} // namespace

Powered by Google App Engine
This is Rietveld 408576698