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

Unified Diff: sandbox/win/wow_helper/service64_resolver.cc

Issue 1538283002: Switch to standard integer types in sandbox/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: macros 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 | « sandbox/win/wow_helper/service64_resolver.h ('k') | sandbox/win/wow_helper/wow_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/wow_helper/service64_resolver.cc
diff --git a/sandbox/win/wow_helper/service64_resolver.cc b/sandbox/win/wow_helper/service64_resolver.cc
index 033b9d771e1519c3c18edc4365c515b261a72fe5..32c98294fa8a8698b0d35c9c1b2ea3f408bbe7d5 100644
--- a/sandbox/win/wow_helper/service64_resolver.cc
+++ b/sandbox/win/wow_helper/service64_resolver.cc
@@ -4,6 +4,8 @@
#include "sandbox/win/wow_helper/service64_resolver.h"
+#include <stddef.h>
+
#include "base/memory/scoped_ptr.h"
#include "sandbox/win/wow_helper/target_code.h"
« no previous file with comments | « sandbox/win/wow_helper/service64_resolver.h ('k') | sandbox/win/wow_helper/wow_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698