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

Unified Diff: chrome/utility/safe_browsing/mac/dmg_test_utils.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/safe_browsing/mac/dmg_iterator.h ('k') | chrome/utility/safe_browsing/mac/dmg_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/safe_browsing/mac/dmg_test_utils.h
diff --git a/chrome/utility/safe_browsing/mac/dmg_test_utils.h b/chrome/utility/safe_browsing/mac/dmg_test_utils.h
index 87d34de4b2dc9aa576dbe6534703b86ed6bdf2b3..87fa54258615163e582b443e19b4b76b493d3159 100644
--- a/chrome/utility/safe_browsing/mac/dmg_test_utils.h
+++ b/chrome/utility/safe_browsing/mac/dmg_test_utils.h
@@ -5,6 +5,8 @@
#ifndef CHROME_UTILITY_SAFE_BROWSING_MAC_DMG_TEST_UTILS_H_
#define CHROME_UTILITY_SAFE_BROWSING_MAC_DMG_TEST_UTILS_H_
+#include <stdint.h>
+
#include <vector>
#include "base/files/file.h"
« no previous file with comments | « chrome/utility/safe_browsing/mac/dmg_iterator.h ('k') | chrome/utility/safe_browsing/mac/dmg_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698