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

Unified Diff: components/sync/protocol/favicon_tracking_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
Index: components/sync/protocol/favicon_tracking_specifics.proto
diff --git a/sync/protocol/favicon_tracking_specifics.proto b/components/sync/protocol/favicon_tracking_specifics.proto
similarity index 95%
rename from sync/protocol/favicon_tracking_specifics.proto
rename to components/sync/protocol/favicon_tracking_specifics.proto
index c3b06fe00a5f8d9a37aa2d954d141ec7637e9b6e..8fd9ed96d1fadc32534d30ecf38decebe06f9f11 100644
--- a/sync/protocol/favicon_tracking_specifics.proto
+++ b/components/sync/protocol/favicon_tracking_specifics.proto
@@ -15,7 +15,7 @@ package sync_pb;
// from sync based on recency, bookmark state, etc.
message FaviconTrackingSpecifics {
// The url of the favicon image.
- optional string favicon_url= 1;
+ optional string favicon_url = 1;
// The last time a page using this favicon was visited (in milliseconds
// since linux epoch).
optional int64 last_visit_time_ms = 3;
« no previous file with comments | « components/sync/protocol/favicon_image_specifics.proto ('k') | components/sync/protocol/get_updates_caller_info.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698