chromium/third_party/blink/common/dom_storage/session_storage_namespace_id.cc

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

#include "third_party/blink/public/common/dom_storage/session_storage_namespace_id.h"

#include <algorithm>

#include "base/check_op.h"
#include "base/uuid.h"

namespace blink {

SessionStorageNamespaceId AllocateSessionStorageNamespaceId() {}

}  // namespace blink