Index: chrome/browser/extensions/api/platform_keys/platform_keys_api.h |
diff --git a/chrome/browser/extensions/api/platform_keys/platform_keys_api.h b/chrome/browser/extensions/api/platform_keys/platform_keys_api.h |
index 7f6a99cab66d08d68f34c78687583771585872ba..233e264a032c7d373548bb6f77861d88d441e7fe 100644 |
--- a/chrome/browser/extensions/api/platform_keys/platform_keys_api.h |
+++ b/chrome/browser/extensions/api/platform_keys/platform_keys_api.h |
@@ -40,7 +40,7 @@ class PlatformKeysInternalSelectClientCertificatesFunction |
// Called when the certificates were selected. If an error occurred, |certs| |
// will be null and instead |error_message| be set. |
- void OnSelectedCertificates(scoped_ptr<net::CertificateList> matches, |
+ void OnSelectedCertificates(std::unique_ptr<net::CertificateList> matches, |
const std::string& error_message); |
DECLARE_EXTENSION_FUNCTION("platformKeysInternal.selectClientCertificates", |