| 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 c57bd93c2dae8ee15a84dac88e916ed8a6d9a398..0395352879dccb3661b3e639e6d68d4736f45e9d 100644
|
| --- a/jingle/notifier/listener/push_notifications_send_update_task_unittest.cc
|
| +++ b/jingle/notifier/listener/push_notifications_send_update_task_unittest.cc
|
| @@ -36,7 +36,7 @@ TEST_F(PushNotificationsSendUpdateTaskTest, MakeUpdateMessage) {
|
| notification.data = "test_data";
|
|
|
| std::string base64_data;
|
| - EXPECT_TRUE(base::Base64Encode(notification.data, &base64_data));
|
| + base::Base64Encode(notification.data, &base64_data);
|
|
|
| scoped_ptr<buzz::XmlElement> message(
|
| PushNotificationsSendUpdateTask::MakeUpdateMessage(
|
|
|