#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_LOADER_FETCH_DELIVERY_TYPE_NAMES_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_LOADER_FETCH_DELIVERY_TYPE_NAMES_H_
#include "third_party/blink/renderer/platform/wtf/text/atomic_string.h"
#include "third_party/blink/renderer/platform/platform_export.h"
namespace blink {
namespace delivery_type_names {
PLATFORM_EXPORT extern const WTF::AtomicString& kCache;
PLATFORM_EXPORT extern const WTF::AtomicString& kNavigationalPrefetch;
constexpr unsigned kNamesCount = …;
PLATFORM_EXPORT void Init();
}
}
#endif