#ifdef UNSAFE_BUFFERS_BUILD
#pragma allow_unsafe_buffers
#endif
#include "third_party/blink/renderer/platform/media/cache_util.h"
#include <stddef.h>
#include <stdint.h>
#include <string>
#include "base/format_macros.h"
#include "base/strings/string_number_conversions.h"
#include "base/strings/string_split.h"
#include "base/strings/string_util.h"
#include "base/strings/stringprintf.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/platform/web_string.h"
#include "third_party/blink/public/platform/web_url_response.h"
namespace blink {
struct GRFUTestCase { … };
static WebURLResponse CreateResponse(const GRFUTestCase& test) { … }
TEST(CacheUtilTest, GetReasonsForUncacheability) { … }
}