blob: 296e3e4dad70b09313753043daa7ebbfe4090e26 [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef NET_SITE_FOR_COOKIES_H
#define NET_SITE_FOR_COOKIES_H
namespace net {
// Reduced version enough to make media code depending on it to be built.
class SiteForCookies {
};
} // namespace net
#endif // NET_SITE_FOR_COOKIES_H