#include "chrome/browser/component_updater/tpcd_metadata_component_installer.h"
#include <memory>
#include "components/component_updater/installer_policies/tpcd_metadata_component_installer_policy.h"
#include "components/component_updater/mock_component_updater_service.h"
#include "content/public/test/browser_task_environment.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace component_updater {
namespace {
_;
}
class TpcdMetadataComponentInstallerTest : public ::testing::Test { … };
TEST_F(TpcdMetadataComponentInstallerTest, ComponentRegistered) { … }
}