Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3764)

Unified Diff: base/waitable_event.h

Issue 118162: Reduce header dependencies in base/ (Closed)
Patch Set: Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: base/waitable_event.h
diff --git a/base/waitable_event.h b/base/waitable_event.h
index d3b495257cd6f4076b0f9e0ef46e173581562a8b..31aa085df40201adc102910e3929664fd5eeb98b 100644
--- a/base/waitable_event.h
+++ b/base/waitable_event.h
@@ -14,13 +14,10 @@
#if defined(OS_POSIX)
#include <list>
#include <utility>
-#include "base/condition_variable.h"
#include "base/lock.h"
#include "base/ref_counted.h"
#endif
-#include "base/message_loop.h"
-
namespace base {
// This replaces INFINITE from Win32

Powered by Google App Engine
This is Rietveld 408576698