// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef IOS_CHROME_BROWSER_UI_AUTHENTICATION_HISTORY_SYNC_PREF_NAMES_H_
#define IOS_CHROME_BROWSER_UI_AUTHENTICATION_HISTORY_SYNC_PREF_NAMES_H_
namespace history_sync_prefs {
extern const char kHistorySyncSuccessiveDeclineCount[];
extern const char kHistorySyncLastDeclinedTimestamp[];
} // namespace history_sync_prefs
#endif // IOS_CHROME_BROWSER_UI_AUTHENTICATION_HISTORY_SYNC_PREF_NAMES_H_