Stop using int/uint in CEF.

This commit is contained in:
Ms2ger 2015-04-13 14:11:17 +02:00
parent 1e45d025b3
commit de94e39ff7
59 changed files with 131 additions and 131 deletions

View file

@ -70,7 +70,7 @@ pub struct _cef_quota_callback_t {
//
// The reference count. This will only be present for Rust instances!
//
pub ref_count: uint,
pub ref_count: usize,
//
// Extra data. This will only be present for Rust instances!
@ -225,7 +225,7 @@ pub struct _cef_allow_certificate_error_callback_t {
//
// The reference count. This will only be present for Rust instances!
//
pub ref_count: uint,
pub ref_count: usize,
//
// Extra data. This will only be present for Rust instances!
@ -485,7 +485,7 @@ pub struct _cef_request_handler_t {
//
// The reference count. This will only be present for Rust instances!
//
pub ref_count: uint,
pub ref_count: usize,
//
// Extra data. This will only be present for Rust instances!