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

Unified Diff: sync/test/fake_server/fake_server_entity.cc

Issue 327593003: Sync FakeServer cleanup: CHECKs and logging info (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 months 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: sync/test/fake_server/fake_server_entity.cc
diff --git a/sync/test/fake_server/fake_server_entity.cc b/sync/test/fake_server/fake_server_entity.cc
index 4d96a805dc53724cacdd3f435020f9b302acfe90..7b407f94880573d342abf93cf582a54c65e2e2d1 100644
--- a/sync/test/fake_server/fake_server_entity.cc
+++ b/sync/test/fake_server/fake_server_entity.cc
@@ -87,7 +87,7 @@ FakeServerEntity::FakeServerEntity(const string& id,
void FakeServerEntity::SerializeBaseProtoFields(
sync_pb::SyncEntity* sync_entity) {
- DCHECK(sync_entity);
+ CHECK(sync_entity);
rlarocque 2014/06/09 21:28:48 See CL-level comment.
pval...(no longer on Chromium) 2014/06/09 23:29:27 sounds good. removed.
// FakeServerEntity fields
sync_entity->set_id_string(id_);

Powered by Google App Engine
This is Rietveld 408576698