| Index: chrome/installer/util/work_item.h
|
| diff --git a/chrome/installer/util/work_item.h b/chrome/installer/util/work_item.h
|
| index a8c53769b9726ab77d1fa4d9f3b9da019efe6fc0..446b4914ff51d541fedce318597a844a388731d1 100644
|
| --- a/chrome/installer/util/work_item.h
|
| +++ b/chrome/installer/util/work_item.h
|
| @@ -10,11 +10,11 @@
|
| #define CHROME_INSTALLER_UTIL_WORK_ITEM_H_
|
|
|
| #include <windows.h>
|
| +#include <stdint.h>
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/callback_forward.h"
|
|
|
| class CallbackWorkItem;
|
| @@ -161,7 +161,7 @@ class WorkItem {
|
| const std::wstring& key_path,
|
| REGSAM wow64_access,
|
| const std::wstring& value_name,
|
| - int64 value_data,
|
| + int64_t value_data,
|
| bool overwrite);
|
|
|
| // Create a SetRegValueWorkItem that sets a registry value based on the value
|
|
|