| 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];
|
| }
|
|
|