chromium/content/browser/buckets/bucket_utils.cc

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

#include "content/browser/buckets/bucket_utils.h"

#include "base/strings/string_util.h"

namespace content {

bool IsValidBucketName(const std::string& name) {}

}  // namespace content