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

Unified Diff: content/renderer/device_sensors/device_motion_event_pump_unittest.cc

Issue 1544273002: Switch to standard integer types in content/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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: content/renderer/device_sensors/device_motion_event_pump_unittest.cc
diff --git a/content/renderer/device_sensors/device_motion_event_pump_unittest.cc b/content/renderer/device_sensors/device_motion_event_pump_unittest.cc
index 35cc267724bcfac24dc4f85496f1ea1f324fab7b..5cb15e8e21241d1a14c05064e8a81a6b3f1f55d2 100644
--- a/content/renderer/device_sensors/device_motion_event_pump_unittest.cc
+++ b/content/renderer/device_sensors/device_motion_event_pump_unittest.cc
@@ -4,6 +4,8 @@
#include "device_motion_event_pump.h"
+#include <string.h>
+
#include "base/location.h"
#include "base/logging.h"
#include "base/macros.h"
« no previous file with comments | « content/ppapi_plugin/ppapi_thread.cc ('k') | content/renderer/device_sensors/device_orientation_event_pump.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698