Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(369)

Unified Diff: components/sync/protocol/autofill_specifics.proto

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/sync/protocol/attachments.proto ('k') | components/sync/protocol/bookmark_specifics.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « components/sync/protocol/attachments.proto ('k') | components/sync/protocol/bookmark_specifics.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698