| 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 60878a3b6998a23ada08c217ccc221bbe21a022b..bb027700e89a7f6ad887a2f55a69447d6d0c65ef 100644
|
| --- a/content/common/indexed_db/indexed_db_key.h
|
| +++ b/content/common/indexed_db/indexed_db_key.h
|
| @@ -31,11 +31,8 @@ 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;
|
|
|
| bool IsLessThan(const IndexedDBKey& other) const;
|
|
|