Index: content/browser/renderer_host/input/motion_event_android_unittest.cc |
diff --git a/content/browser/renderer_host/input/motion_event_android_unittest.cc b/content/browser/renderer_host/input/motion_event_android_unittest.cc |
index 20b9a5258af60d26668376ba3c8735b4504dd717..95448156ceaee78d3b7d0654cd2bfd0556954d2a 100644 |
--- a/content/browser/renderer_host/input/motion_event_android_unittest.cc |
+++ b/content/browser/renderer_host/input/motion_event_android_unittest.cc |
@@ -4,8 +4,9 @@ |
#include <android/input.h> |
+#include <cmath> |
Mark Mentovai
2015/04/09 15:42:15
Neither does this file.
|
+ |
#include "base/android/jni_android.h" |
-#include "base/float_util.h" |
#include "content/browser/renderer_host/input/motion_event_android.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "ui/events/event_constants.h" |