Index: jingle/notifier/listener/push_notifications_send_update_task_unittest.cc |
diff --git a/jingle/notifier/listener/push_notifications_send_update_task_unittest.cc b/jingle/notifier/listener/push_notifications_send_update_task_unittest.cc |
index 811b8881254746ec05f79b3bd0cac683bdfe16cf..3fa424ee35e6546cc6b8b067e92b7e7a560da1aa 100644 |
--- a/jingle/notifier/listener/push_notifications_send_update_task_unittest.cc |
+++ b/jingle/notifier/listener/push_notifications_send_update_task_unittest.cc |
@@ -47,7 +47,7 @@ TEST_F(PushNotificationsSendUpdateTaskTest, MakeUpdateMessage) { |
"<cli:message to=\"%s\" type=\"headline\" " |
"xmlns:cli=\"jabber:client\">" |
"<push xmlns=\"google:push\" channel=\"%s\">" |
- "<data xmlns=\"\">%s</data>" |
+ "<data xmlns=\"google:push\">%s</data>" |
"</push>" |
"</cli:message>", |
to_jid_bare_.Str().c_str(), notification.channel.c_str(), |