Index: trunk/src/ui/events/gestures/velocity_calculator_unittest.cc |
=================================================================== |
--- trunk/src/ui/events/gestures/velocity_calculator_unittest.cc (revision 262163) |
+++ trunk/src/ui/events/gestures/velocity_calculator_unittest.cc (working copy) |
@@ -74,7 +74,7 @@ |
EXPECT_GT(velocity_calculator.YVelocity(), -1270000); |
EXPECT_LT(velocity_calculator.YVelocity(), -1240000); |
- start_time = 1223372036800000000LL; |
+ start_time = GG_LONGLONG(1223372036800000000); |
velocity_calculator.PointSeen(9, -11, start_time); |
velocity_calculator.PointSeen(21, -19, start_time + 8); |
velocity_calculator.PointSeen(30, -32, start_time + 16); |