diff --git a/modules/include/module_common_types_public.h b/modules/include/module_common_types_public.h index cfa28ab8c2..2fbb49ae9c 100644 --- a/modules/include/module_common_types_public.h +++ b/modules/include/module_common_types_public.h @@ -69,7 +69,7 @@ class Unwrapper { // Only update the internal state to the specified last (unwrapped) value. void UpdateLast(int64_t last_value) { - last_value_ = rtc::Optional(last_value); + last_value_ = last_value; } // Unwrap the value and update the internal state.