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