Index: chrome/browser/extensions/api/platform_keys/platform_keys_api.cc |
diff --git a/chrome/browser/extensions/api/platform_keys/platform_keys_api.cc b/chrome/browser/extensions/api/platform_keys/platform_keys_api.cc |
index cd818aef348a3e8447052e10b6670028b94adfa9..cada03f3bce62d06b8a5fdf442db3bc2462a3405 100644 |
--- a/chrome/browser/extensions/api/platform_keys/platform_keys_api.cc |
+++ b/chrome/browser/extensions/api/platform_keys/platform_keys_api.cc |
@@ -65,7 +65,7 @@ void BuildWebCryptoRSAAlgorithmDictionary(const PublicKeyInfo& key_info, |
const unsigned char defaultPublicExponent[] = {0x01, 0x00, 0x01}; |
algorithm->SetWithoutPathExpansion( |
"publicExponent", |
- base::BinaryValue::CreateWithCopiedBuffer( |
+ base::Value::CreateWithCopiedBuffer( |
reinterpret_cast<const char*>(defaultPublicExponent), |
arraysize(defaultPublicExponent))); |
} |