| 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 bb027700e89a7f6ad887a2f55a69447d6d0c65ef..d9dfa1e340cb4a313726146a8d89e0f15c7e3560 100644
|
| --- a/content/common/indexed_db/indexed_db_key.h
|
| +++ b/content/common/indexed_db/indexed_db_key.h
|
| @@ -31,7 +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& operator=(const IndexedDBKey& other);
|
|
|
| bool IsValid() const;
|
|
|
|
|