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

Unified Diff: components/sync/engine_impl/cycle/sync_cycle.h

Issue 2425673003: [Sync] Moved down comments directly following copyright. (Closed)
Patch Set: Rebase and removing TODO about exporting. Created 4 years, 2 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/engine_impl/cycle/sync_cycle.h
diff --git a/components/sync/engine_impl/cycle/sync_cycle.h b/components/sync/engine_impl/cycle/sync_cycle.h
index 2e0860687aece9c3bb0234524902b6be9d1f829b..a3fc3d8f5b509bbecb2af7fc1477f8181c40d8f5 100644
--- a/components/sync/engine_impl/cycle/sync_cycle.h
+++ b/components/sync/engine_impl/cycle/sync_cycle.h
@@ -2,11 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// A class representing an attempt to synchronize the local syncable data
-// store with a sync server. A SyncCycle instance is passed as a stateful
-// bundle throughout the sync cycle. The SyncCycle is not reused across
-// sync cycles; each cycle starts with a new one.
-
#ifndef COMPONENTS_SYNC_ENGINE_IMPL_CYCLE_SYNC_CYCLE_H_
#define COMPONENTS_SYNC_ENGINE_IMPL_CYCLE_SYNC_CYCLE_H_
@@ -33,6 +28,10 @@ class ModelSafeWorker;
class NudgeTracker;
class ProtocolEvent;
+// A class representing an attempt to synchronize the local syncable data
+// store with a sync server. A SyncCycle instance is passed as a stateful
+// bundle throughout the sync cycle. The SyncCycle is not reused across
+// sync cycles; each cycle starts with a new one.
class SyncCycle {
public:
// The Delegate services events that occur during the cycle requiring an

Powered by Google App Engine
This is Rietveld 408576698