#include "chrome/browser/component_updater/soda_component_installer.h"
#include "base/files/file_path.h"
#include "base/functional/callback.h"
#include "base/test/bind.h"
#include "base/test/task_environment.h"
#include "base/time/time.h"
#include "base/version.h"
#include "components/component_updater/mock_component_updater_service.h"
#include "components/live_caption/pref_names.h"
#include "components/prefs/pref_registry_simple.h"
#include "components/prefs/testing_pref_service.h"
#include "components/soda/pref_names.h"
#include "content/public/test/browser_task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace {
class SodaComponentMockComponentUpdateService
: public component_updater::MockComponentUpdateService { … };
}
namespace component_updater {
class SodaComponentInstallerTest : public ::testing::Test { … };
}