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

Unified Diff: chrome/installer/mini_installer/regkey.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/installer/mini_installer/pe_resource.h ('k') | chrome/installer/setup/archive_patch_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mini_installer/regkey.h
diff --git a/chrome/installer/mini_installer/regkey.h b/chrome/installer/mini_installer/regkey.h
index 288f1a01427868f08e6e5a346e8c4ab1de9c057c..f323b7c697fe69bb3c9f355c0098b4220ee99fba 100644
--- a/chrome/installer/mini_installer/regkey.h
+++ b/chrome/installer/mini_installer/regkey.h
@@ -6,6 +6,7 @@
#define CHROME_INSTALLER_MINI_INSTALLER_REGKEY_H_
#include <windows.h>
+#include <stddef.h>
namespace mini_installer {
« no previous file with comments | « chrome/installer/mini_installer/pe_resource.h ('k') | chrome/installer/setup/archive_patch_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698