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

Unified Diff: trunk/src/sync/syncable/syncable_util.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/sync/syncable/syncable_util.cc
===================================================================
--- trunk/src/sync/syncable/syncable_util.cc (revision 239942)
+++ trunk/src/sync/syncable/syncable_util.cc (working copy)
@@ -101,7 +101,7 @@
hash_input.append(client_tag);
std::string encode_output;
- CHECK(base::Base64Encode(base::SHA1HashString(hash_input), &encode_output));
+ base::Base64Encode(base::SHA1HashString(hash_input), &encode_output);
return encode_output;
}
« no previous file with comments | « trunk/src/sync/protocol/proto_value_conversions.cc ('k') | trunk/src/sync/tools/null_invalidation_state_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698