// 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 COMPONENTS_READING_LIST_CORE_MOCK_READING_LIST_MODEL_OBSERVER_H_ #define COMPONENTS_READING_LIST_CORE_MOCK_READING_LIST_MODEL_OBSERVER_H_ #include "components/reading_list/core/reading_list_model_observer.h" #include "testing/gmock/include/gmock/gmock.h" class MockReadingListModelObserver : public ReadingListModelObserver { … }; #endif // COMPONENTS_READING_LIST_CORE_MOCK_READING_LIST_MODEL_OBSERVER_H_