chromium/components/zucchini/test_utils.cc

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

#include "components/zucchini/test_utils.h"

#include <ios>
#include <sstream>

#include "base/check_op.h"

namespace zucchini {

std::vector<uint8_t> ParseHexString(const std::string& hex_string) {}

}  // namespace zucchini