summaryrefslogtreecommitdiff
path: root/regexp_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'regexp_cache.h')
-rw-r--r--regexp_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regexp_cache.h b/regexp_cache.h
index 46234c0..c2c471a 100644
--- a/regexp_cache.h
+++ b/regexp_cache.h
@@ -65,7 +65,7 @@ class RegExpCache {
private:
const AbstractRegExpFactory& regexp_factory_;
- base::Lock lock_; // protects cache_impl_
+ Lock lock_; // protects cache_impl_
scoped_ptr<CacheImpl> cache_impl_; // protected by lock_
friend class RegExpCacheTest_CacheConstructor_Test;
DISALLOW_COPY_AND_ASSIGN(RegExpCache);