summaryrefslogtreecommitdiffstats
path: root/base/synchronization/waitable_event_watcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/synchronization/waitable_event_watcher.h')
-rw-r--r--base/synchronization/waitable_event_watcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/synchronization/waitable_event_watcher.h b/base/synchronization/waitable_event_watcher.h
index f2f5f04..ede2835 100644
--- a/base/synchronization/waitable_event_watcher.h
+++ b/base/synchronization/waitable_event_watcher.h
@@ -12,7 +12,7 @@
#include "base/win/object_watcher.h"
#else
#include "base/callback.h"
-#include "base/message_loop.h"
+#include "base/message_loop/message_loop.h"
#include "base/synchronization/waitable_event.h"
#endif