Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(435)

Unified Diff: trunk/src/jingle/notifier/listener/push_notifications_send_update_task_unittest.cc

Issue 111883004: Revert 239921 "Revert 239759 "The comment in base64.h implies th..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: trunk/src/jingle/notifier/listener/push_notifications_send_update_task_unittest.cc
===================================================================
--- trunk/src/jingle/notifier/listener/push_notifications_send_update_task_unittest.cc (revision 239942)
+++ trunk/src/jingle/notifier/listener/push_notifications_send_update_task_unittest.cc (working copy)
@@ -36,7 +36,7 @@
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(
« no previous file with comments | « trunk/src/jingle/notifier/listener/push_notifications_send_update_task.cc ('k') | trunk/src/net/base/keygen_handler_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698