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

Unified Diff: chrome/common/safe_browsing/pe_image_reader_win.h

Issue 1548153002: Switch to standard integer types in chrome/. (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: chrome/common/safe_browsing/pe_image_reader_win.h
diff --git a/chrome/common/safe_browsing/pe_image_reader_win.h b/chrome/common/safe_browsing/pe_image_reader_win.h
index 8d81f156d947f4c14a4d683bc6c11cc708c5b6f7..fa69e32d8ec89a28ceb543bb17f8faffa3c4dd1c 100644
--- a/chrome/common/safe_browsing/pe_image_reader_win.h
+++ b/chrome/common/safe_browsing/pe_image_reader_win.h
@@ -6,8 +6,10 @@
#define CHROME_COMMON_SAFE_BROWSING_PE_IMAGE_READER_WIN_H_
#include <windows.h>
+#include <stddef.h>
+#include <stdint.h>
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
namespace safe_browsing {
« no previous file with comments | « chrome/common/safe_browsing/mach_o_image_reader_mac_unittest.cc ('k') | chrome/common/safe_browsing/pe_image_reader_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698