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

Unified Diff: components/sync/protocol/typed_url_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/theme_specifics.proto ('k') | components/sync/protocol/unique_position.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/protocol/typed_url_specifics.proto
diff --git a/sync/protocol/typed_url_specifics.proto b/components/sync/protocol/typed_url_specifics.proto
similarity index 93%
rename from sync/protocol/typed_url_specifics.proto
rename to components/sync/protocol/typed_url_specifics.proto
index 1f8a4b81ffd769d874273a1e7c16f9b6eff82dfb..bfb02522c2972538084b6667f0d7525916c07be2 100644
--- a/sync/protocol/typed_url_specifics.proto
+++ b/components/sync/protocol/typed_url_specifics.proto
@@ -34,8 +34,8 @@ message TypedUrlSpecifics {
// |visits| array).
// optional int32 visited_count = 6; (deprecated)
// Timestamps for all visits to this URL.
- repeated int64 visits = 7 [packed=true];
+ repeated int64 visits = 7 [packed = true];
// The PageTransition::Type for each of the visits in the |visit| array. Both
// arrays must be the same length.
- repeated int32 visit_transitions = 8 [packed=true];
+ repeated int32 visit_transitions = 8 [packed = true];
}
« no previous file with comments | « components/sync/protocol/theme_specifics.proto ('k') | components/sync/protocol/unique_position.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698