chromium/third_party/blink/renderer/platform/media/cache_util.cc

// Copyright 2013 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/renderer/platform/media/cache_util.h"

#include <stddef.h>

#include <string>

#include "base/containers/contains.h"
#include "base/strings/string_number_conversions.h"
#include "base/strings/string_util.h"
#include "base/time/time.h"
#include "net/http/http_util.h"
#include "net/http/http_version.h"
#include "third_party/blink/public/platform/web_string.h"
#include "third_party/blink/public/platform/web_url_response.h"

namespace blink {

Time;
HttpVersion;

enum {};

uint32_t GetReasonsForUncacheability(const WebURLResponse& response) {}

base::TimeDelta GetCacheValidUntil(const WebURLResponse& response) {}

}  // namespace blink