| 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
|
|
|
|
|