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 391b6d63fc6ca5bf9ffebe692e7223082e6dc03d..3060f240a649adba12c6c467d71fb3741350c889 100644 |
--- a/content/common/indexed_db/indexed_db_key.h |
+++ b/content/common/indexed_db/indexed_db_key.h |
@@ -24,6 +24,9 @@ class CONTENT_EXPORT IndexedDBKey { |
typedef std::vector<IndexedDBKey> KeyArray; |
IndexedDBKey(); // Defaults to blink::WebIDBKeyTypeInvalid. |
+ IndexedDBKey(const IndexedDBKey& other); |
+ IndexedDBKey& operator=(const IndexedDBKey& other); |
+ |
IndexedDBKey(blink::WebIDBKeyType); // must be Null or Invalid |
explicit IndexedDBKey(const KeyArray& array); |
explicit IndexedDBKey(const std::string& binary); |