aboutsummaryrefslogtreecommitdiff
path: root/webrtc/system_wrappers/source/clock.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/system_wrappers/source/clock.cc')
-rw-r--r--webrtc/system_wrappers/source/clock.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/webrtc/system_wrappers/source/clock.cc b/webrtc/system_wrappers/source/clock.cc
index a7f261a8b2..31c5226348 100644
--- a/webrtc/system_wrappers/source/clock.cc
+++ b/webrtc/system_wrappers/source/clock.cc
@@ -155,9 +155,9 @@ class WindowsRealTimeClock : public RealTimeClock {
}
static ReferencePoint GetSystemReferencePoint() {
- ReferencePoint ref = {0};
- FILETIME ft0 = {0};
- FILETIME ft1 = {0};
+ ReferencePoint ref = {};
+ FILETIME ft0 = {};
+ FILETIME ft1 = {};
// Spin waiting for a change in system time. As soon as this change happens,
// get the matching call for timeGetTime() as soon as possible. This is
// assumed to be the most accurate offset that we can get between