chromium/third_party/blink/renderer/core/testing/file_backed_blob_factory_test_helper.cc

// Copyright 2023 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/core/testing/file_backed_blob_factory_test_helper.h"

#include "mojo/public/cpp/bindings/associated_receiver.h"
#include "third_party/blink/renderer/core/execution_context/execution_context.h"
#include "third_party/blink/renderer/core/fileapi/file_backed_blob_factory_dispatcher.h"

namespace blink {

FileBackedBlobFactoryTestHelper::FileBackedBlobFactoryTestHelper(
    ExecutionContext* context)
    :{}

FileBackedBlobFactoryTestHelper::~FileBackedBlobFactoryTestHelper() = default;

void FileBackedBlobFactoryTestHelper::FlushForTesting() {}

}  // namespace blink