Index: webrtc/api/videosourceproxy.h |
diff --git a/webrtc/api/videosourceproxy.h b/webrtc/api/videosourceproxy.h |
index 4d687d46259189893b9696b429fe4b8755bf7af6..184828cdb2ffaaeaa3969efd2148d5657b36c86a 100644 |
--- a/webrtc/api/videosourceproxy.h |
+++ b/webrtc/api/videosourceproxy.h |
@@ -20,7 +20,7 @@ namespace webrtc { |
// implementation is |
// destroyed on the signaling thread and marshals all method calls to the |
// signaling thread. |
-BEGIN_WORKER_PROXY_MAP(VideoTrackSource) |
+BEGIN_PROXY_MAP(VideoTrackSource) |
PROXY_CONSTMETHOD0(SourceState, state) |
PROXY_CONSTMETHOD0(bool, remote) |
PROXY_METHOD0(cricket::VideoCapturer*, GetVideoCapturer) |
@@ -38,7 +38,7 @@ BEGIN_WORKER_PROXY_MAP(VideoTrackSource) |
rtc::VideoSinkInterface<cricket::VideoFrame>*) |
PROXY_METHOD1(void, RegisterObserver, ObserverInterface*) |
PROXY_METHOD1(void, UnregisterObserver, ObserverInterface*) |
-END_WORKER_PROXY() |
+END_PROXY() |
} // namespace webrtc |