// Copyright 2019 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_BREADCRUMBS_CORE_BREADCRUMB_MANAGER_OBSERVER_H_ #define COMPONENTS_BREADCRUMBS_CORE_BREADCRUMB_MANAGER_OBSERVER_H_ #include <string> #include "base/observer_list_types.h" #include "base/scoped_observation.h" #include "components/breadcrumbs/core/breadcrumb_manager.h" namespace breadcrumbs { class BreadcrumbManagerObserver : public base::CheckedObserver { … }; } // namespace breadcrumbs #endif // COMPONENTS_BREADCRUMBS_CORE_BREADCRUMB_MANAGER_OBSERVER_H_