summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/sync/protocol/autofill_specifics.proto2
-rw-r--r--chrome/browser/sync/protocol/preference_specifics.proto2
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/sync/protocol/autofill_specifics.proto b/chrome/browser/sync/protocol/autofill_specifics.proto
index aeefb8c..4d05dba 100644
--- a/chrome/browser/sync/protocol/autofill_specifics.proto
+++ b/chrome/browser/sync/protocol/autofill_specifics.proto
@@ -14,7 +14,7 @@ import "sync.proto";
// Properties of autofill sync objects.
message AutofillSpecifics {
- optional string autofill_name = 1;
+ optional string name = 1;
optional string value = 2;
repeated int64 usage_timestamp = 3;
}
diff --git a/chrome/browser/sync/protocol/preference_specifics.proto b/chrome/browser/sync/protocol/preference_specifics.proto
index de72a46..5c0e698 100644
--- a/chrome/browser/sync/protocol/preference_specifics.proto
+++ b/chrome/browser/sync/protocol/preference_specifics.proto
@@ -14,7 +14,7 @@ import "sync.proto";
// Properties of preference sync objects.
message PreferenceSpecifics {
- optional string preference_name = 1;
+ optional string name = 1;
optional string value = 2;
}