Index: components/sync/protocol/autofill_specifics.proto |
diff --git a/sync/protocol/autofill_specifics.proto b/components/sync/protocol/autofill_specifics.proto |
similarity index 98% |
rename from sync/protocol/autofill_specifics.proto |
rename to components/sync/protocol/autofill_specifics.proto |
index 256e9606eb1a0e995cfd6c9bfc467cc549909c73..63bed20b1f3cab75cba0806a159dc90cdc8202b3 100644 |
--- a/sync/protocol/autofill_specifics.proto |
+++ b/components/sync/protocol/autofill_specifics.proto |
@@ -53,8 +53,8 @@ message AutofillProfileSpecifics { |
repeated string phone_home_whole_number = 13; |
// Deprecated. |
- optional string label = 1 [deprecated=true]; |
- optional string phone_fax_whole_number = 14 [deprecated=true]; |
+ optional string label = 1 [deprecated = true]; |
+ optional string phone_fax_whole_number = 14 [deprecated = true]; |
} |
message AutofillSpecifics { |