#ifndef THIRD_PARTY_BLINK_PUBLIC_COMMON_INDEXEDDB_INDEXEDDB_METADATA_H_
#define THIRD_PARTY_BLINK_PUBLIC_COMMON_INDEXEDDB_INDEXEDDB_METADATA_H_
#include <stdint.h>
#include <map>
#include <string>
#include "third_party/blink/public/common/common_export.h"
#include "third_party/blink/public/common/indexeddb/indexeddb_key_path.h"
namespace blink {
struct BLINK_COMMON_EXPORT IndexedDBIndexMetadata { … };
struct BLINK_COMMON_EXPORT IndexedDBObjectStoreMetadata { … };
struct BLINK_COMMON_EXPORT IndexedDBDatabaseMetadata { … };
}
#endif