blob: b2cab132e20068d545dff6bef16ead8fddec7ff3 [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 "third_party/blink/renderer/platform/media/testing/mock_web_associated_url_loader.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 blink {
MockWebAssociatedURLLoader::MockWebAssociatedURLLoader() = default;
MockWebAssociatedURLLoader::~MockWebAssociatedURLLoader() = default;
} // namespace blink