Index: sync/protocol/proto_value_conversions.cc |
diff --git a/sync/protocol/proto_value_conversions.cc b/sync/protocol/proto_value_conversions.cc |
index 1e59d6a26fa79d8458e50da9931b330cba7323f8..572c08c44fe3a9b5fa46fc143b3ea29ae10f3905 100644 |
--- a/sync/protocol/proto_value_conversions.cc |
+++ b/sync/protocol/proto_value_conversions.cc |
@@ -164,7 +164,8 @@ DictionaryValue* TabNavigationToValue( |
SET_ENUM(page_transition, GetPageTransitionString); |
SET_ENUM(redirect_type, GetPageTransitionRedirectTypeString); |
SET_INT32(unique_id); |
- SET_INT64(timestamp); |
+ SET_INT64(timestamp_deprecated); |
+ SET_INT64(local_timestamp); |
SET_BOOL(navigation_forward_back); |
SET_BOOL(navigation_from_address_bar), |
SET_BOOL(navigation_home_page); |