| 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 20d18c2dea0b519eafff49017f0cd28dc10fd078..9c16ada0aa6327ada4546666451eedf13df343a3 100644
|
| --- a/content/browser/indexed_db/indexed_db_factory.h
|
| +++ b/content/browser/indexed_db/indexed_db_factory.h
|
| @@ -143,6 +143,8 @@ class CONTENT_EXPORT IndexedDBFactory
|
| std::set<scoped_refptr<IndexedDBBackingStore> > session_only_backing_stores_;
|
| IndexedDBBackingStoreMap backing_stores_with_active_blobs_;
|
| std::set<GURL> backends_opened_since_boot_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(IndexedDBFactory);
|
| };
|
|
|
| } // namespace content
|
|
|