Index: extensions/browser/api/cast_channel/keep_alive_delegate.cc |
diff --git a/extensions/browser/api/cast_channel/keep_alive_delegate.cc b/extensions/browser/api/cast_channel/keep_alive_delegate.cc |
index 73c356f45b0fea37155073bc45d70b78b5628f06..df23519a6b7b67c781b3d262d0b356ee94c5a5ee 100644 |
--- a/extensions/browser/api/cast_channel/keep_alive_delegate.cc |
+++ b/extensions/browser/api/cast_channel/keep_alive_delegate.cc |
@@ -68,7 +68,7 @@ CastMessage KeepAliveDelegate::CreateKeepAliveMessage( |
output.set_namespace_(kHeartbeatNamespace); |
base::DictionaryValue type_dict; |
type_dict.SetString(kTypeNodeId, message_type); |
- if (!base::JSONWriter::Write(&type_dict, output.mutable_payload_utf8())) { |
+ if (!base::JSONWriter::Write(type_dict, output.mutable_payload_utf8())) { |
LOG(ERROR) << "Failed to serialize dictionary."; |
return output; |
} |