Index: sync/syncable/syncable_id.h |
diff --git a/sync/syncable/syncable_id.h b/sync/syncable/syncable_id.h |
index 64fc7f695fe3ec3ec884e25fa6c54e8a1b2523f9..8909690a1dd9e9ec2fa2b10996817d7136d3fef0 100644 |
--- a/sync/syncable/syncable_id.h |
+++ b/sync/syncable/syncable_id.h |
@@ -102,6 +102,7 @@ class Id { |
// Three functions are used to work with our proto buffers. |
std::string GetServerId() const; |
static Id CreateFromServerId(const std::string& server_id); |
+ |
// This should only be used if you get back a reference to a local |
// id from the server. Returns a client only opaque id. |
static Id CreateFromClientString(const std::string& local_id); |