| Index: content/browser/indexed_db/indexed_db_fake_backing_store.h
|
| diff --git a/content/browser/indexed_db/indexed_db_fake_backing_store.h b/content/browser/indexed_db/indexed_db_fake_backing_store.h
|
| index 6f383c12af413dae1ca6845102bc1f96006e4fd9..1529c9f0704c84d2df080c28224c8ef12ec8d362 100644
|
| --- a/content/browser/indexed_db/indexed_db_fake_backing_store.h
|
| +++ b/content/browser/indexed_db/indexed_db_fake_backing_store.h
|
| @@ -144,11 +144,15 @@ class IndexedDBFakeBackingStore : public IndexedDBBackingStore {
|
|
|
| private:
|
| leveldb::Status result_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(FakeTransaction);
|
| };
|
|
|
| protected:
|
| friend class base::RefCounted<IndexedDBFakeBackingStore>;
|
| virtual ~IndexedDBFakeBackingStore();
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(IndexedDBFakeBackingStore);
|
| };
|
|
|
| } // namespace content
|
|
|