| Index: content/browser/indexed_db/indexed_db_leveldb_coding.h
|
| diff --git a/content/browser/indexed_db/indexed_db_leveldb_coding.h b/content/browser/indexed_db/indexed_db_leveldb_coding.h
|
| index a15ce7beff4ba00b40d7787556295aa741fffa00..a86d53f77fc641c595e41a8b1faee0d038b6dafa 100644
|
| --- a/content/browser/indexed_db/indexed_db_leveldb_coding.h
|
| +++ b/content/browser/indexed_db/indexed_db_leveldb_coding.h
|
| @@ -432,7 +432,6 @@ class BlobEntryKey {
|
| int64 object_store_id_;
|
| // This is the user's ObjectStoreDataKey, not the BlobEntryKey itself.
|
| std::string encoded_user_key_;
|
| - DISALLOW_COPY_AND_ASSIGN(BlobEntryKey);
|
| };
|
|
|
| class IndexDataKey {
|
|
|