summaryrefslogtreecommitdiffstats
path: root/base/win
diff options
context:
space:
mode:
Diffstat (limited to 'base/win')
-rw-r--r--base/win/object_watcher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/win/object_watcher.cc b/base/win/object_watcher.cc
index 6d24bef..078f5b9 100644
--- a/base/win/object_watcher.cc
+++ b/base/win/object_watcher.cc
@@ -60,7 +60,7 @@ bool ObjectWatcher::StopWatching() {
return false;
// Make sure ObjectWatcher is used in a single-threaded fashion.
- DCHECK(origin_loop_ == MessageLoop::current());
+ DCHECK_EQ(origin_loop_, MessageLoop::current());
// Blocking call to cancel the wait. Any callbacks already in progress will
// finish before we return from this call.