Index: third_party/WebKit/Source/modules/indexeddb/IDBMetadata.h |
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBMetadata.h b/third_party/WebKit/Source/modules/indexeddb/IDBMetadata.h |
index e293d3ac55b2edd84e169144f52439e1c1b129aa..72615f385afba7d08c900cdc71b6e4d87685c920 100644 |
--- a/third_party/WebKit/Source/modules/indexeddb/IDBMetadata.h |
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBMetadata.h |
@@ -30,7 +30,7 @@ |
#define IDBMetadata_h |
#include "modules/indexeddb/IDBKeyPath.h" |
-#include "public/platform/modules/indexeddb/WebIDBMetadata.h" |
+#include "public/platform/modules/indexeddb/indexed_db.mojom-blink.h" |
#include "wtf/Allocator.h" |
#include "wtf/HashMap.h" |
#include "wtf/text/StringHash.h" |
@@ -102,7 +102,7 @@ struct IDBDatabaseMetadata { |
{ |
} |
- explicit IDBDatabaseMetadata(const WebIDBMetadata&); |
+ explicit IDBDatabaseMetadata(indexed_db::mojom::blink::DatabaseMetadataPtr); |
String name; |
int64_t id; |