// 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. #include "components/reading_list/core/reading_list_test_utils.h" #include "base/run_loop.h" #include "components/reading_list/core/reading_list_model.h" ReadingListLoadObserver::ReadingListLoadObserver(ReadingListModel* model) : … { … } ReadingListLoadObserver::~ReadingListLoadObserver() { … } void ReadingListLoadObserver::Wait() { … } void ReadingListLoadObserver::ReadingListModelLoaded( const ReadingListModel* model) { … }