| Index: base/synchronization/waitable_event_win.cc
|
| diff --git a/base/synchronization/waitable_event_win.cc b/base/synchronization/waitable_event_win.cc
|
| index b5dfe0552596989d705c51941669b14c483449d2..8259cb74cfc639506a394c9209c1661e48b9c654 100644
|
| --- a/base/synchronization/waitable_event_win.cc
|
| +++ b/base/synchronization/waitable_event_win.cc
|
| @@ -9,7 +9,7 @@
|
|
|
| #include "base/logging.h"
|
| #include "base/threading/thread_restrictions.h"
|
| -#include "base/time.h"
|
| +#include "base/time/time.h"
|
|
|
| namespace base {
|
|
|
|
|