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