#include "components/services/storage/public/mojom/buckets/bucket_locator_mojom_traits.h"
#include "components/services/storage/public/cpp/buckets/bucket_id.h"
#include "components/services/storage/public/cpp/buckets/constants.h"
#include "components/services/storage/public/mojom/buckets/bucket_locator.mojom.h"
#include "mojo/public/cpp/test_support/test_utils.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/common/storage_key/storage_key.h"
namespace storage {
namespace {
TEST(BucketLocatorMojomTraitsTest, SerializeAndDeserialize) { … }
}
}