chromium/content/browser/background_fetch/storage/database_helpers_unittest.cc

// Copyright 2019 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/background_fetch/storage/database_helpers.h"

#include <string>

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/common/storage_key/storage_key.h"
#include "url/gurl.h"

namespace content {
namespace background_fetch {
namespace {

constexpr char kExampleUniqueId[] =;

bool CacheUrlRoundTrip(const std::string& url) {}

TEST(BackgroundFetchDatabaseHelpers, CacheUrlRoundTrip) {}

TEST(BackgroundFetchDatabaseHelpers, GetMetadataStorageKeyFromStorageKey) {}

TEST(BackgroundFetchDatabaseHelpers, GetMetadataStorageKeyFromOrigin) {}

TEST(BackgroundFetchDatabaseHelpers, GetMetadataStorageKeyNoData) {}

}  // namespace
}  // namespace background_fetch
}  // namespace content