Index: webrtc/system_wrappers/source/rw_lock_winxp_win.h |
diff --git a/webrtc/system_wrappers/source/rw_lock_winxp_win.h b/webrtc/system_wrappers/source/rw_lock_winxp_win.h |
index 20e538250ad68cbb563ada6db50272411ed33594..35decca337db1c9f2a3d2c30bc1f285fc6654c14 100644 |
--- a/webrtc/system_wrappers/source/rw_lock_winxp_win.h |
+++ b/webrtc/system_wrappers/source/rw_lock_winxp_win.h |
@@ -13,7 +13,7 @@ |
#include "webrtc/system_wrappers/include/rw_lock_wrapper.h" |
#include "webrtc/system_wrappers/source/condition_variable_event_win.h" |
-#include "webrtc/system_wrappers/source/critical_section_win.h" |
+#include "webrtc/system_wrappers/include/critical_section_wrapper.h" |
#include "webrtc/typedefs.h" |
namespace webrtc { |
@@ -30,7 +30,7 @@ class RWLockWinXP : public RWLockWrapper { |
void ReleaseLockShared() override; |
private: |
- CriticalSectionWindows critical_section_; |
+ CriticalSectionWrapper critical_section_; |
ConditionVariableEventWin read_condition_; |
ConditionVariableEventWin write_condition_; |