#include "components/component_updater/installer_policies/autofill_states_component_installer.h"
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/files/scoped_temp_dir.h"
#include "base/run_loop.h"
#include "base/test/bind.h"
#include "base/test/task_environment.h"
#include "components/autofill/core/browser/autofill_test_utils.h"
#include "components/autofill/core/browser/geo/state_names.h"
#include "components/autofill/core/common/autofill_prefs.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace component_updater {
class AutofillStatesDataComponentInstallerPolicyTest : public ::testing::Test { … };
TEST_F(AutofillStatesDataComponentInstallerPolicyTest, VerifyInstallation) { … }
TEST_F(AutofillStatesDataComponentInstallerPolicyTest,
InstallDirSavedToPrefOnComponentReady) { … }
}