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

Unified Diff: components/sync/protocol/device_info_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/data_type_state.proto ('k') | components/sync/protocol/dictionary_specifics.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/protocol/device_info_specifics.proto
diff --git a/sync/protocol/device_info_specifics.proto b/components/sync/protocol/device_info_specifics.proto
similarity index 96%
rename from sync/protocol/device_info_specifics.proto
rename to components/sync/protocol/device_info_specifics.proto
index c4e2e481a4b531f9adf9f172daafc9a011e72e68..7fab7eb0f52c707814b4a5813e176cb3c5c15429 100644
--- a/sync/protocol/device_info_specifics.proto
+++ b/components/sync/protocol/device_info_specifics.proto
@@ -38,7 +38,7 @@ message DeviceInfoSpecifics {
// Last time when pre-sync data on the device was saved. The device can be
// restored to state back to this time. In millisecond since UNIX epoch.
// DEPRECATED in M50.
- optional int64 deprecated_backup_timestamp = 6 [deprecated=true];
+ optional int64 deprecated_backup_timestamp = 6 [deprecated = true];
// Device_id that is stable until user signs out. This device_id is used for
// annotating login scoped refresh token.
« no previous file with comments | « components/sync/protocol/data_type_state.proto ('k') | components/sync/protocol/dictionary_specifics.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698