Index: webrtc/modules/include/module.h |
diff --git a/webrtc/modules/include/module.h b/webrtc/modules/include/module.h |
index d02aa95dc8db0f13e9cf91d65c67c2dbecd570f0..432ed409ee010e2621591f6362d651515ff6b76e 100644 |
--- a/webrtc/modules/include/module.h |
+++ b/webrtc/modules/include/module.h |
@@ -32,7 +32,7 @@ class Module { |
// Process any pending tasks such as timeouts. |
// Called on a worker thread. |
- virtual int32_t Process() = 0; |
+ virtual void Process() = 0; |
// This method is called when the module is attached to a *running* process |
// thread or detached from one. In the case of detaching, |process_thread| |