| Index: chrome/utility/chrome_content_utility_ipc_whitelist.h
|
| diff --git a/chrome/utility/chrome_content_utility_ipc_whitelist.h b/chrome/utility/chrome_content_utility_ipc_whitelist.h
|
| index 1e6ea6a47801d3b106108f9b755876b6089f0c39..518cddcc7f5708cffde872139c7b580a75057989 100644
|
| --- a/chrome/utility/chrome_content_utility_ipc_whitelist.h
|
| +++ b/chrome/utility/chrome_content_utility_ipc_whitelist.h
|
| @@ -5,13 +5,14 @@
|
| #ifndef CHROME_UTILITY_CHROME_CONTENT_UTILITY_IPC_WHITELIST_H_
|
| #define CHROME_UTILITY_CHROME_CONTENT_UTILITY_IPC_WHITELIST_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
|
|
| // This array contains the list of IPC messages that the utility process will
|
| // accept when running with elevated privileges. When new messages need to run
|
| // with elevated privileges, add them here and be sure to add a security
|
| // reviewer.
|
| -extern const uint32 kMessageWhitelist[];
|
| +extern const uint32_t kMessageWhitelist[];
|
| extern const size_t kMessageWhitelistSize;
|
|
|
| #endif // CHROME_UTILITY_CHROME_CONTENT_UTILITY_IPC_WHITELIST_H_
|
|
|