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

Unified Diff: base/win/pe_image.cc

Issue 1550493002: Switch to standard integer types in base/win/. (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 | « base/win/object_watcher.h ('k') | base/win/pe_image_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/pe_image.cc
diff --git a/base/win/pe_image.cc b/base/win/pe_image.cc
index e67eb0886f1423e978f50d99e88b770106df5440..984e27d40e4e04d5e23d9d4f70a85c370bb51deb 100644
--- a/base/win/pe_image.cc
+++ b/base/win/pe_image.cc
@@ -5,6 +5,8 @@
// This file implements PEImage, a generic class to manipulate PE files.
// This file was adapted from GreenBorder's Code.
+#include <stddef.h>
+
#include "base/win/pe_image.h"
namespace base {
« no previous file with comments | « base/win/object_watcher.h ('k') | base/win/pe_image_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698