| Index: webrtc/api/proxy_unittest.cc
|
| diff --git a/webrtc/api/proxy_unittest.cc b/webrtc/api/proxy_unittest.cc
|
| index 931ba28eba83ee41f258022bd9c714240cda79f0..005d0622ce01d19da93c344df5719740823a1995 100644
|
| --- a/webrtc/api/proxy_unittest.cc
|
| +++ b/webrtc/api/proxy_unittest.cc
|
| @@ -73,6 +73,7 @@ END_PROXY()
|
|
|
| // Preprocessor hack to get a proxy class a name different than FakeProxy.
|
| #define FakeProxy FakeSignalingProxy
|
| +#define FakeProxyWithInternal FakeSignalingProxyWithInternal
|
| BEGIN_SIGNALING_PROXY_MAP(Fake)
|
| PROXY_METHOD0(void, VoidMethod0)
|
| PROXY_METHOD0(std::string, Method0)
|
|
|