Index: content/browser/devtools/protocol/system_info_handler.cc |
diff --git a/content/browser/devtools/protocol/system_info_handler.cc b/content/browser/devtools/protocol/system_info_handler.cc |
index a5e1b7303f1710f6993af3a4059482b1dc858e67..ac0c8be5900499a74c81ece41b816be548ebbaab 100644 |
--- a/content/browser/devtools/protocol/system_info_handler.cc |
+++ b/content/browser/devtools/protocol/system_info_handler.cc |
@@ -110,7 +110,7 @@ void SendGetInfoResponse(std::unique_ptr<GetInfoCallback> callback) { |
gpu_info.EnumerateFields(&enumerator); |
std::unique_ptr<base::DictionaryValue> base_feature_status = |
- base::WrapUnique(GetFeatureStatus()); |
+ GetFeatureStatus(); |
std::unique_ptr<protocol::DictionaryValue> feature_status = |
protocol::DictionaryValue::cast( |
protocol::toProtocolValue(base_feature_status.get(), 1000)); |