chromium/components/browser_ui/site_settings/android/java/res/xml/all_site_preferences_v2.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
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.
-->

<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto">
    <!-- Link to the Clear Browsing Data dialog. -->
    <org.chromium.components.browser_ui.settings.ChromeBasePreference
        android:key="clear_browsing_data_link" />
    <Preference
        android:key="clear_browsing_divider"
        android:layout="@layout/horizontal_divider"/>
</PreferenceScreen>