Fix return type to be void. Missing return type causes warning (which is treated as an error) when compiling with Clang. BUG=chromium:539781 R=rtoy@google.com Review URL: https://codereview.webrtc.org/1578463002 .