summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--base/waitable_event_watcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/waitable_event_watcher.h b/base/waitable_event_watcher.h
index 3e17a10..1b49944 100644
--- a/base/waitable_event_watcher.h
+++ b/base/waitable_event_watcher.h
@@ -55,7 +55,7 @@ class AsyncCallbackTask;
class WaitableEventWatcher
#if defined(OS_POSIX)
- : public MessageLoop::DestructionObserver
+ : public MessageLoop::DestructionObserver
#endif
{
public: