Index: base/synchronization/lock.h |
diff --git a/base/synchronization/lock.h b/base/synchronization/lock.h |
index f384e4147281b1d245676f4a3f03db60e631ce5a..e30f67b2f1e2923cc75ea280818225d86dc5bb11 100644 |
--- a/base/synchronization/lock.h |
+++ b/base/synchronization/lock.h |
@@ -63,10 +63,6 @@ class BASE_EXPORT Lock { |
// to see our lock and tweak our debugging counters, as it releases |
// and acquires locks inside of pthread_cond_{timed,}wait. |
friend class ConditionVariable; |
-#elif defined(OS_WIN) |
- // The Windows Vista implementation of ConditionVariable needs the |
- // native handle of the critical section. |
- friend class WinVistaCondVar; |
#endif |
private: |