| Index: webrtc/rtc_base/criticalsection.h | 
| diff --git a/webrtc/rtc_base/criticalsection.h b/webrtc/rtc_base/criticalsection.h | 
| index 20a23ce6e3814f08ea2ec4b05dd103cb5d40874a..38172d7e0cc98924fea1fa7c684a5345d871e644 100644 | 
| --- a/webrtc/rtc_base/criticalsection.h | 
| +++ b/webrtc/rtc_base/criticalsection.h | 
| @@ -11,11 +11,11 @@ | 
| #ifndef WEBRTC_RTC_BASE_CRITICALSECTION_H_ | 
| #define WEBRTC_RTC_BASE_CRITICALSECTION_H_ | 
|  | 
| -#include "webrtc/base/atomicops.h" | 
| -#include "webrtc/base/checks.h" | 
| -#include "webrtc/base/constructormagic.h" | 
| -#include "webrtc/base/platform_thread_types.h" | 
| -#include "webrtc/base/thread_annotations.h" | 
| +#include "webrtc/rtc_base/atomicops.h" | 
| +#include "webrtc/rtc_base/checks.h" | 
| +#include "webrtc/rtc_base/constructormagic.h" | 
| +#include "webrtc/rtc_base/platform_thread_types.h" | 
| +#include "webrtc/rtc_base/thread_annotations.h" | 
| #include "webrtc/typedefs.h" | 
|  | 
| #if defined(WEBRTC_WIN) | 
|  |