chromium/components/bookmarks/browser/bookmark_load_details_unittest.cc

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

#include "components/bookmarks/browser/bookmark_load_details.h"

#include "base/uuid.h"
#include "components/bookmarks/browser/bookmark_node.h"
#include "components/bookmarks/browser/bookmark_uuids.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace bookmarks {

namespace {

const BookmarkNode* FindNodeByUuid(const UuidIndex& index,
                                   const base::Uuid& uuid) {}

TEST(BookmarkLoadDetails, CreateEmpty) {}

TEST(BookmarkLoadDetailsTest, AddAccountPermanentNodes) {}

TEST(BookmarkLoadDetailsTest, CreateIndicesWithoutAccountNodes) {}

TEST(BookmarkLoadDetailsTest, CreateIndicesWithAccountNodes) {}

}  // namespace

}  // namespace bookmarks