Index: chromeos/network/client_cert_util.h |
diff --git a/chromeos/network/client_cert_util.h b/chromeos/network/client_cert_util.h |
index 3a1a392be8ee06e8370750a7200f251990af747c..7046ef75f5f827764e97e3f61abf49da352b6340 100644 |
--- a/chromeos/network/client_cert_util.h |
+++ b/chromeos/network/client_cert_util.h |
@@ -66,11 +66,11 @@ CHROMEOS_EXPORT scoped_refptr<net::X509Certificate> GetCertificateMatch( |
// If not empty, sets the TPM properties in |properties|. If |pkcs11_id| is not |
// NULL, also sets the ClientCertID. |cert_config_type| determines which |
// dictionary entries to set. |
-void SetShillProperties(const ConfigType cert_config_type, |
- const std::string& tpm_slot, |
- const std::string& tpm_pin, |
- const std::string* pkcs11_id, |
- base::DictionaryValue* properties); |
+CHROMEOS_EXPORT void SetShillProperties(const ConfigType cert_config_type, |
+ const std::string& tpm_slot, |
+ const std::string& tpm_pin, |
+ const std::string* pkcs11_id, |
+ base::DictionaryValue* properties); |
// Returns true if all required configuration properties are set and not empty. |
bool IsCertificateConfigured(const client_cert::ConfigType cert_config_type, |