Index: chrome/installer/util/work_item_list.h |
diff --git a/chrome/installer/util/work_item_list.h b/chrome/installer/util/work_item_list.h |
index aca5e7278ea39f1eb28d4f71f03ecd07b193ba9c..62351b88e70efb7dd0732ac04f0d08c7d9edf8c8 100644 |
--- a/chrome/installer/util/work_item_list.h |
+++ b/chrome/installer/util/work_item_list.h |
@@ -6,6 +6,7 @@ |
#define CHROME_INSTALLER_UTIL_WORK_ITEM_LIST_H_ |
#include <windows.h> |
+#include <stdint.h> |
#include <list> |
#include <string> |
@@ -117,7 +118,7 @@ class WorkItemList : public WorkItem { |
const std::wstring& key_path, |
REGSAM wow64_access, |
const std::wstring& value_name, |
- int64 value_data, |
+ int64_t value_data, |
bool overwrite); |
// Add a SetRegValueWorkItem that sets a registry value based on the value |