summaryrefslogtreecommitdiffstats
path: root/base/synchronization/waitable_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/synchronization/waitable_event.h')
-rw-r--r--base/synchronization/waitable_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/synchronization/waitable_event.h b/base/synchronization/waitable_event.h
index fe14e23..1ab20fa 100644
--- a/base/synchronization/waitable_event.h
+++ b/base/synchronization/waitable_event.h
@@ -16,7 +16,7 @@
#if defined(OS_POSIX)
#include <list>
#include <utility>
-#include "base/ref_counted.h"
+#include "base/memory/ref_counted.h"
#include "base/synchronization/lock.h"
#endif