diff options
Diffstat (limited to 'rlz/lib/rlz_value_store.h')
-rw-r--r-- | rlz/lib/rlz_value_store.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rlz/lib/rlz_value_store.h b/rlz/lib/rlz_value_store.h index f45ac25..ab7279a 100644 --- a/rlz/lib/rlz_value_store.h +++ b/rlz/lib/rlz_value_store.h @@ -98,7 +98,7 @@ class ScopedRlzValueStoreLock { scoped_ptr<RlzValueStore> store_; #if defined(OS_WIN) LibMutex lock_; -#else +#elif defined(OS_MACOSX) base::mac::ScopedNSAutoreleasePool autorelease_pool_; #endif }; |