| Index: remoting/client/touch_input_scaler_unittest.cc
|
| diff --git a/remoting/client/touch_input_scaler_unittest.cc b/remoting/client/touch_input_scaler_unittest.cc
|
| index 2e779f1ed476c33586ce315812e260d8444bcab7..e36e43e101b861c92cd01c8bf2be290eef611c1a 100644
|
| --- a/remoting/client/touch_input_scaler_unittest.cc
|
| +++ b/remoting/client/touch_input_scaler_unittest.cc
|
| @@ -4,8 +4,11 @@
|
|
|
| #include "remoting/client/touch_input_scaler.h"
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <cmath>
|
|
|
| +#include "base/macros.h"
|
| #include "remoting/protocol/protocol_mock_objects.h"
|
| #include "remoting/protocol/test_event_matchers.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|