Index: chrome/browser/sync/protocol/proto_value_conversions.cc |
diff --git a/chrome/browser/sync/protocol/proto_value_conversions.cc b/chrome/browser/sync/protocol/proto_value_conversions.cc |
index 4e2f11d378c9c7e33ce9e066c1a5c00b59b72e01..6115d8a3f03a0301ec2e19ce3665e1e88c85709b 100644 |
--- a/chrome/browser/sync/protocol/proto_value_conversions.cc |
+++ b/chrome/browser/sync/protocol/proto_value_conversions.cc |
@@ -286,10 +286,9 @@ DictionaryValue* TypedUrlSpecificsToValue( |
DictionaryValue* value = new DictionaryValue(); |
SET_STR(url); |
SET_STR(title); |
- SET_INT32(typed_count); |
SET_BOOL(hidden); |
- SET_INT64_REP(visit); |
- SET_INT32(visited_count); |
+ SET_INT64_REP(visits); |
+ SET_INT32_REP(visit_transitions); |
return value; |
} |