Index: content/common/indexed_db/indexed_db_key_path.h |
diff --git a/content/common/indexed_db/indexed_db_key_path.h b/content/common/indexed_db/indexed_db_key_path.h |
index b9387a4c8ac50aa4ef94290521835d42b802a8f5..74297e0d2cd3e498633032087af0e230073470e1 100644 |
--- a/content/common/indexed_db/indexed_db_key_path.h |
+++ b/content/common/indexed_db/indexed_db_key_path.h |
@@ -20,7 +20,9 @@ class CONTENT_EXPORT IndexedDBKeyPath { |
IndexedDBKeyPath(); // Defaults to blink::WebIDBKeyPathTypeNull. |
explicit IndexedDBKeyPath(const base::string16&); |
explicit IndexedDBKeyPath(const std::vector<base::string16>&); |
+ IndexedDBKeyPath(const IndexedDBKeyPath& other); |
~IndexedDBKeyPath(); |
+ IndexedDBKeyPath& operator=(const IndexedDBKeyPath& other); |
bool IsNull() const { return type_ == blink::WebIDBKeyPathTypeNull; } |
bool operator==(const IndexedDBKeyPath& other) const; |