summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/util/event_sys-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/util/event_sys-inl.h')
-rw-r--r--chrome/browser/sync/util/event_sys-inl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/util/event_sys-inl.h b/chrome/browser/sync/util/event_sys-inl.h
index c2f3b44..320a6f93 100644
--- a/chrome/browser/sync/util/event_sys-inl.h
+++ b/chrome/browser/sync/util/event_sys-inl.h
@@ -118,7 +118,7 @@ class EventChannel {
// Make sure all the listeners have been disconnected. Otherwise, they
// will try to call RemoveListener() at a later date.
-#ifdef DEBUG
+#if defined(DEBUG)
AutoLock lock(listeners_mutex_);
for (typename Listeners::iterator i = listeners_.begin();
i != listeners_.end(); ++i) {