chromium/components/browsing_topics/browsing_topics_redirect_observer_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/browsing_topics/browsing_topics_redirect_observer.h"

#include "base/memory/raw_ptr.h"
#include "base/test/scoped_feature_list.h"
#include "components/browsing_topics/browsing_topics_page_load_data_tracker.h"
#include "components/browsing_topics/test_util.h"
#include "content/public/browser/browser_context.h"
#include "content/public/browser/navigation_entry.h"
#include "content/public/common/content_features.h"
#include "content/public/test/navigation_simulator.h"
#include "content/public/test/test_utils.h"
#include "content/public/test/web_contents_tester.h"
#include "content/test/test_render_view_host.h"

namespace browsing_topics {

class BrowsingTopicsRedirectObserverTest
    : public content::RenderViewHostTestHarness {};

TEST_F(BrowsingTopicsRedirectObserverTest, TwoNavigationsRacingCommit) {}

}  // namespace browsing_topics