chromium/chrome/browser/web_applications/isolated_web_apps/update_manifest/update_manifest_fuzzer.cc

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/web_applications/isolated_web_apps/update_manifest/update_manifest.h"

#include "base/json/json_reader.h"
#include "base/test/fuzztest_support.h"
#include "base/values.h"
#include "third_party/fuzztest/src/fuzztest/fuzztest.h"

namespace web_app {
namespace {
void UpdateManifestCanSuccessfullyParseAnyString(const base::Value& json) {}

FUZZ_TEST();
}  // namespace
}  // namespace web_app