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

Unified Diff: chrome/installer/util/create_reg_key_work_item.cc

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/installer/util/create_reg_key_work_item.cc
diff --git a/chrome/installer/util/create_reg_key_work_item.cc b/chrome/installer/util/create_reg_key_work_item.cc
index ce65b39f024ba80c1be15daf93c7e0ed31a1dffe..431963146284d1cffd172bc4e3f4bbbf2fe0f302 100644
--- a/chrome/installer/util/create_reg_key_work_item.cc
+++ b/chrome/installer/util/create_reg_key_work_item.cc
@@ -3,6 +3,7 @@
// found in the LICENSE file.
#include <shlwapi.h>
+#include <stddef.h>
#include "base/files/file_path.h"
#include "base/logging.h"
« no previous file with comments | « chrome/installer/util/chromium_binaries_distribution.h ('k') | chrome/installer/util/delete_after_reboot_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698