blob: 4a21f6fb7a0e07f1a92dcd5fecc65f040bd52f56 [file] [log] [blame]
// Copyright 2014 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.
#include "media/blink/mock_webassociatedurlloader.h"
#include "third_party/blink/public/platform/web_data.h"
#include "third_party/blink/public/platform/web_url_error.h"
#include "third_party/blink/public/platform/web_url_request.h"
#include "third_party/blink/public/platform/web_url_response.h"
namespace media {
MockWebAssociatedURLLoader::MockWebAssociatedURLLoader() = default;
MockWebAssociatedURLLoader::~MockWebAssociatedURLLoader() = default;
} // namespace media