Index: webrtc/system_wrappers/source/critical_section_unittest.cc |
diff --git a/webrtc/system_wrappers/source/critical_section_unittest.cc b/webrtc/system_wrappers/source/critical_section_unittest.cc |
index 6d73242f6a173f2299ff37d885725fc7e5ef185c..f6ceff7c2f3b395dbcaba3af7a0633c01dad0b34 100644 |
--- a/webrtc/system_wrappers/source/critical_section_unittest.cc |
+++ b/webrtc/system_wrappers/source/critical_section_unittest.cc |
@@ -68,10 +68,9 @@ public: |
} |
}; |
-bool LockUnlockThenStopRunFunction(void* obj) { |
+void LockUnlockThenStopRunFunction(void* obj) { |
ProtectedCount* the_count = static_cast<ProtectedCount*>(obj); |
the_count->Increment(); |
- return false; |
} |
TEST_F(CritSectTest, ThreadWakesOnce) NO_THREAD_SAFETY_ANALYSIS { |