summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/platform/media/testing/mock_web_associated_url_loader.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/platform/media/testing/mock_web_associated_url_loader.cc')
-rw-r--r--chromium/third_party/blink/renderer/platform/media/testing/mock_web_associated_url_loader.cc18
1 files changed, 18 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/platform/media/testing/mock_web_associated_url_loader.cc b/chromium/third_party/blink/renderer/platform/media/testing/mock_web_associated_url_loader.cc
new file mode 100644
index 00000000000..b2cab132e20
--- /dev/null
+++ b/chromium/third_party/blink/renderer/platform/media/testing/mock_web_associated_url_loader.cc
@@ -0,0 +1,18 @@
+// 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