chromium/third_party/blink/common/indexeddb/indexeddb_key_unittest.cc

// Copyright 2013 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/indexeddb/indexeddb_key.h"

#include <stddef.h>

#include <string>
#include <utility>
#include <vector>

#include "testing/gtest/include/gtest/gtest.h"

namespace blink {

namespace {

TEST(IndexedDBKeyTest, KeySizeEstimates) {}

}  // namespace

}  // namespace blink