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

Unified Diff: sync/test/fake_server/permanent_entity.h

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
« no previous file with comments | « sync/test/fake_server/fake_server_entity.cc ('k') | sync/test/fake_server/permanent_entity.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/fake_server/permanent_entity.h
diff --git a/sync/test/fake_server/permanent_entity.h b/sync/test/fake_server/permanent_entity.h
index ea84cfcca502446ece30188c9fb576f98ebc821b..391b70b979846dbda21b6753e226287dbe425af5 100644
--- a/sync/test/fake_server/permanent_entity.h
+++ b/sync/test/fake_server/permanent_entity.h
@@ -31,8 +31,7 @@ class PermanentEntity : public FakeServerEntity {
static FakeServerEntity* CreateTopLevel(const syncer::ModelType& model_type);
// Factory function for creating an updated version of a PermanentEntity.
- // This function should only be called for the Nigori entity and will return
- // NULL if any other type is specified.
+ // This function should only be called for the Nigori entity.
static FakeServerEntity* CreateUpdatedNigoriEntity(
const sync_pb::SyncEntity& client_entity,
FakeServerEntity* current_server_entity);
« no previous file with comments | « sync/test/fake_server/fake_server_entity.cc ('k') | sync/test/fake_server/permanent_entity.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698