| Index: content/common/indexed_db/indexed_db_key.h
|
| diff --git a/content/common/indexed_db/indexed_db_key.h b/content/common/indexed_db/indexed_db_key.h
|
| index 848a930daeabe31b0efe4847589c03e5476ee2f3..60878a3b6998a23ada08c217ccc221bbe21a022b 100644
|
| --- a/content/common/indexed_db/indexed_db_key.h
|
| +++ b/content/common/indexed_db/indexed_db_key.h
|
| @@ -31,9 +31,9 @@ class CONTENT_EXPORT IndexedDBKey {
|
| explicit IndexedDBKey(const base::string16& string);
|
| IndexedDBKey(double number,
|
| blink::WebIDBKeyType type); // must be date or number
|
| + IndexedDBKey(const IndexedDBKey& other);
|
| ~IndexedDBKey();
|
|
|
| - IndexedDBKey(const IndexedDBKey& other);
|
| IndexedDBKey& operator=(const IndexedDBKey& other);
|
|
|
| bool IsValid() const;
|
|
|