| 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
|
|
|