Index: chrome/browser/sync/syncable/syncable.h |
diff --git a/chrome/browser/sync/syncable/syncable.h b/chrome/browser/sync/syncable/syncable.h |
index a3b3bcd0ca791f78f274f653ad89e60571bf007e..4f8875f92ddac46987a8a898a70f446fbde1fc8c 100644 |
--- a/chrome/browser/sync/syncable/syncable.h |
+++ b/chrome/browser/sync/syncable/syncable.h |
@@ -627,7 +627,8 @@ struct WriteTransactionInfo { |
base::DictionaryValue* ToValue(size_t max_mutations_size) const; |
int64 id; |
- // TODO(akalin): Use Location when it becomes assignable. |
+ // If tracked_objects::Location becomes assignable, we can use that |
+ // instead. |
std::string location_string; |
WriterTag writer; |
ImmutableEntryKernelMutationMap mutations; |