| Index: webrtc/modules/video_capture/test/video_capture_unittest.cc
|
| diff --git a/webrtc/modules/video_capture/test/video_capture_unittest.cc b/webrtc/modules/video_capture/test/video_capture_unittest.cc
|
| index b56a05f7aa9b70f263e447b9bbd7c9d869985e4c..1bd0684d802ed20790ed0223177f49000d8c464d 100644
|
| --- a/webrtc/modules/video_capture/test/video_capture_unittest.cc
|
| +++ b/webrtc/modules/video_capture/test/video_capture_unittest.cc
|
| @@ -47,14 +47,14 @@ using webrtc::VideoCaptureModule;
|
| SleepMs(5); \
|
| res = (ex); \
|
| } \
|
| - } while (0);\
|
| + } while (0)
|
|
|
| #define EXPECT_TRUE_WAIT(ex, timeout) \
|
| do { \
|
| bool res; \
|
| WAIT_(ex, timeout, res); \
|
| if (!res) EXPECT_TRUE(ex); \
|
| - } while (0);
|
| + } while (0)
|
|
|
|
|
| static const int kTimeOut = 5000;
|
|
|