blob: 64ca03bb359de86150c47c7374f14371a8dd4c1b [file] [log] [blame]
Maksim Ivanov7fa05fa2022-11-04 18:58:481// Copyright 2022 The Chromium Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
Peter Kasting134ef9af2024-12-28 02:30:095#include "base/base64url.h"
6
Maksim Ivanov7fa05fa2022-11-04 18:58:487#include <fuzzer/FuzzedDataProvider.h>
8#include <stdint.h>
9
10#include <string>
11#include <tuple>
12
Maksim Ivanov7fa05fa2022-11-04 18:58:4813#include "base/check.h"
14#include "base/check_op.h"
15
16namespace base {
17