chromium/components/sync/base/page_transition_conversion_unittest.cc

// Copyright 2022 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/sync/base/page_transition_conversion.h"

#include "components/sync/protocol/sync_enums.pb.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/base/page_transition_types.h"

namespace syncer {
namespace {

TEST(PageTransitionConversionTest, Roundtrip) {}

TEST(PageTransitionConversionTest, StripsQualifiers) {}

}  // namespace
}  // namespace syncer