chromium/third_party/blink/renderer/platform/testing/blink_fuzzer_test_support.cc

// Copyright 2016 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/platform/testing/blink_fuzzer_test_support.h"

#include "base/command_line.h"
#include "base/i18n/icu_util.h"
#include "base/test/test_timeouts.h"
#include "content/public/test/blink_test_environment.h"
#include "third_party/blink/renderer/platform/heap/thread_state.h"

namespace blink {

BlinkFuzzerTestSupport::BlinkFuzzerTestSupport()
    :{}

BlinkFuzzerTestSupport::BlinkFuzzerTestSupport(int argc, char** argv) {}

BlinkFuzzerTestSupport::~BlinkFuzzerTestSupport() {}

}  // namespace blink