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

Unified Diff: components/sync/protocol/history_status.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/history_status.proto
diff --git a/sync/protocol/history_status.proto b/components/sync/protocol/history_status.proto
similarity index 94%
rename from sync/protocol/history_status.proto
rename to components/sync/protocol/history_status.proto
index e0f5ac9eaf27f81c388ed19fffc6047bb22faaa9..94fd6d791231b69e4a5404196a28dac6604fb236 100644
--- a/sync/protocol/history_status.proto
+++ b/components/sync/protocol/history_status.proto
@@ -9,8 +9,7 @@ option retain_unknown_fields = true;
package sync_pb;
-message HistoryStatusRequest {
-}
+message HistoryStatusRequest {}
// Response to a history status request.
message HistoryStatusResponse {

Powered by Google App Engine
This is Rietveld 408576698