Update generated files for int/char typedef removal (see #3507)

This commit is contained in:
Marshall Greenblatt
2023-06-01 17:07:20 +03:00
parent 5042d71408
commit b854992ae6
102 changed files with 377 additions and 375 deletions

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=88060c7df7f0b894e99633a60ad83c1da552ff98$
// $hash=5b13f3f4cac21266cab10ca5153ccebe99d6869b$
//
#include "libcef_dll/cpptoc/browser_process_handler_cpptoc.h"
@ -81,7 +81,7 @@ void CEF_CALLBACK browser_process_handler_on_before_child_process_launch(
void CEF_CALLBACK browser_process_handler_on_schedule_message_pump_work(
struct _cef_browser_process_handler_t* self,
int64 delay_ms) {
int64_t delay_ms) {
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
DCHECK(self);