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

Unified Diff: chrome/utility/safe_browsing/mac/convert_big_endian.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
« no previous file with comments | « chrome/utility/profile_import_handler.cc ('k') | chrome/utility/safe_browsing/mac/crdmg.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/safe_browsing/mac/convert_big_endian.h
diff --git a/chrome/utility/safe_browsing/mac/convert_big_endian.h b/chrome/utility/safe_browsing/mac/convert_big_endian.h
index 00a648e4431c468d40865416346de9af9fe0fbd8..6710e8ce4b7bab529689eb798064b38ece227df4 100644
--- a/chrome/utility/safe_browsing/mac/convert_big_endian.h
+++ b/chrome/utility/safe_browsing/mac/convert_big_endian.h
@@ -6,6 +6,7 @@
#define CHROME_UTILITY_SAFE_BROWSING_MAC_CONVERT_BIG_ENDIAN_H_
#include <libkern/OSByteOrder.h>
+#include <stdint.h>
#include <sys/types.h>
// This file contains byte swapping routines for use in safe_browsing::dmg. The
« no previous file with comments | « chrome/utility/profile_import_handler.cc ('k') | chrome/utility/safe_browsing/mac/crdmg.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698