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

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

Issue 2425673003: [Sync] Moved down comments directly following copyright. (Closed)
Patch Set: Updates for Max. 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 04c45bf6aeb88f21cf6a2a06fcb485a373eacada..2c43e1812dcc51380e55e8125741842d83b66bb0 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
« no previous file with comments | « components/sync/engine_impl/cycle/status_controller.h ('k') | components/sync/engine_impl/cycle/sync_cycle_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698