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 85ff6e99a0805017eb6d05e89a552f6515d63ffc..4e1b4eb1256cc6e7c0002e570c1db3440fdab0ad 100644 |
--- a/content/common/indexed_db/indexed_db_key.h |
+++ b/content/common/indexed_db/indexed_db_key.h |
@@ -77,6 +77,9 @@ class CONTENT_EXPORT IndexedDBKey { |
size_t size_estimate_; |
}; |
+// An index id, and corresponding set of keys to insert. |
+using IndexedDBIndexKeys = std::pair<int64_t, std::vector<IndexedDBKey>>; |
+ |
} // namespace content |
#endif // CONTENT_COMMON_INDEXED_DB_INDEXED_DB_KEY_H_ |