| Index: content/browser/indexed_db/indexed_db_factory.h
|
| diff --git a/content/browser/indexed_db/indexed_db_factory.h b/content/browser/indexed_db/indexed_db_factory.h
|
| index 11840971504d3c217cda5cfd71b04a7f5099c46c..b143853a3a0c3150e7c04c35a3304aee244f04b3 100644
|
| --- a/content/browser/indexed_db/indexed_db_factory.h
|
| +++ b/content/browser/indexed_db/indexed_db_factory.h
|
| @@ -24,7 +24,7 @@ class IndexedDBBackingStore;
|
| class IndexedDBContextImpl;
|
|
|
| class CONTENT_EXPORT IndexedDBFactory
|
| - : NON_EXPORTED_BASE(public base::RefCounted<IndexedDBFactory>) {
|
| + : NON_EXPORTED_BASE(public base::RefCountedThreadSafe<IndexedDBFactory>) {
|
| public:
|
| explicit IndexedDBFactory(IndexedDBContextImpl* context);
|
|
|
| @@ -61,7 +61,7 @@ class CONTENT_EXPORT IndexedDBFactory
|
| void ContextDestroyed();
|
|
|
| protected:
|
| - friend class base::RefCounted<IndexedDBFactory>;
|
| + friend class base::RefCountedThreadSafe<IndexedDBFactory>;
|
|
|
| virtual ~IndexedDBFactory();
|
|
|
|
|