| Index: content/browser/indexed_db/indexed_db_transaction_coordinator.h
|
| diff --git a/content/browser/indexed_db/indexed_db_transaction_coordinator.h b/content/browser/indexed_db/indexed_db_transaction_coordinator.h
|
| index a483dfb8589202d1a5d948ed067d09949adb54ed..98db0b39de064267af899c7ac3ed9128b746f2af 100644
|
| --- a/content/browser/indexed_db/indexed_db_transaction_coordinator.h
|
| +++ b/content/browser/indexed_db/indexed_db_transaction_coordinator.h
|
| @@ -47,6 +47,8 @@ class IndexedDBTransactionCoordinator {
|
| typedef list_set<scoped_refptr<IndexedDBTransaction> > TransactionSet;
|
| TransactionSet queued_transactions_;
|
| TransactionSet started_transactions_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(IndexedDBTransactionCoordinator);
|
| };
|
|
|
| } // namespace content
|
|
|