// Copyright 2013 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_WEB_RESOURCE_EULA_ACCEPTED_NOTIFIER_H_ #define COMPONENTS_WEB_RESOURCE_EULA_ACCEPTED_NOTIFIER_H_ #include "base/memory/raw_ptr.h" #include "components/prefs/pref_change_registrar.h" class PrefService; namespace web_resource { // Helper class for querying the EULA accepted state and receiving a // notification when the EULA is accepted. class EulaAcceptedNotifier { … }; } // namespace web_resource #endif // COMPONENTS_WEB_RESOURCE_EULA_ACCEPTED_NOTIFIER_H_