Index: webrtc/rtc_base/thread.h |
diff --git a/webrtc/rtc_base/thread.h b/webrtc/rtc_base/thread.h |
index d072fac09b9db95af9b83a893a85cdadf5df26ec..f037d8a7ac1ff6433bb4a79caf8b65a6a9731e04 100644 |
--- a/webrtc/rtc_base/thread.h |
+++ b/webrtc/rtc_base/thread.h |
@@ -100,7 +100,7 @@ |
// WARNING! SUBCLASSES MUST CALL Stop() IN THEIR DESTRUCTORS! See ~Thread(). |
-class RTC_LOCKABLE Thread : public MessageQueue { |
+class LOCKABLE Thread : public MessageQueue { |
public: |
// DEPRECATED. |
// The default constructor should not be used because it hides whether or |