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

#ifndef COMPONENTS_SERVICES_STORAGE_PUBLIC_CPP_BUCKETS_CONSTANTS_H_
#define COMPONENTS_SERVICES_STORAGE_PUBLIC_CPP_BUCKETS_CONSTANTS_H_

#include "base/component_export.h"

namespace storage {

// Name of the default storage bucket.
COMPONENT_EXPORT(STORAGE_SERVICE_BUCKETS_SUPPORT)
extern const char kDefaultBucketName[];

}  // namespace storage

#endif  // COMPONENTS_SERVICES_STORAGE_PUBLIC_CPP_BUCKETS_CONSTANTS_H_
