#ifndef CHROME_BROWSER_COMPONENT_UPDATER_TRANSLATE_KIT_COMPONENT_INSTALLER_H_
#define CHROME_BROWSER_COMPONENT_UPDATER_TRANSLATE_KIT_COMPONENT_INSTALLER_H_
#include <string>
#include "base/gtest_prod_util.h"
#include "base/values.h"
#include "components/component_updater/component_installer.h"
#include "components/update_client/update_client.h"
namespace component_updater {
class TranslateKitComponentInstallerPolicy : public ComponentInstallerPolicy { … };
void RegisterTranslateKitComponent(ComponentUpdateService* cus);
}
#endif