diff --git a/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h b/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h index d9c29d5e5..c65ea6a35 100644 --- a/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h +++ b/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h @@ -75,7 +75,7 @@ class BeforeInitializationFixture : public testing::Test { virtual ~BeforeInitializationFixture(); protected: - // Use this sleep function to sleep in test (avoid sleep macro). + // Use this sleep function to sleep in tests. void Sleep(long milliseconds); webrtc::VoiceEngine* voice_engine_;