| Index: base/synchronization/waitable_event.h
|
| diff --git a/base/synchronization/waitable_event.h b/base/synchronization/waitable_event.h
|
| index fe14e2345e8e5a3b7fdfaa66dc85e62638b7bf33..1ab20faed6cfcc434ae60723e6d1fc510cf552c9 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
|
|
|
|
|