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

Unified Diff: ppapi/shared_impl/ppb_gamepad_shared.cc

Issue 1548993002: Switch to standard integer types in base/strings/. (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
« no previous file with comments | « net/base/zap.cc ('k') | ppapi/shared_impl/private/ppb_char_set_shared.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/ppb_gamepad_shared.cc
diff --git a/ppapi/shared_impl/ppb_gamepad_shared.cc b/ppapi/shared_impl/ppb_gamepad_shared.cc
index 80082d0bc5462f0d327865e90ba9a430b9895567..a70792670a3b62012f641910453d5c84109f65d0 100644
--- a/ppapi/shared_impl/ppb_gamepad_shared.cc
+++ b/ppapi/shared_impl/ppb_gamepad_shared.cc
@@ -4,8 +4,9 @@
#include "ppapi/shared_impl/ppb_gamepad_shared.h"
-#include <algorithm>
+#include <string.h>
+#include <algorithm>
namespace ppapi {
« no previous file with comments | « net/base/zap.cc ('k') | ppapi/shared_impl/private/ppb_char_set_shared.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698