| Index: components/sync/engine_impl/update_applicator.h
|
| diff --git a/components/sync/engine_impl/update_applicator.h b/components/sync/engine_impl/update_applicator.h
|
| index 6fc19e4f885f75986cf47ee165e297c361693780..86629a9caae290d91b9c2640152442b2e26b84c5 100644
|
| --- a/components/sync/engine_impl/update_applicator.h
|
| +++ b/components/sync/engine_impl/update_applicator.h
|
| @@ -1,12 +1,6 @@
|
| // Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| -//
|
| -// An UpdateApplicator is used to iterate over a number of unapplied updates,
|
| -// applying them to the client using the given syncer cycle.
|
| -//
|
| -// UpdateApplicator might resemble an iterator, but it actually keeps retrying
|
| -// failed updates until no remaining updates can be successfully applied.
|
|
|
| #ifndef COMPONENTS_SYNC_ENGINE_IMPL_UPDATE_APPLICATOR_H_
|
| #define COMPONENTS_SYNC_ENGINE_IMPL_UPDATE_APPLICATOR_H_
|
| @@ -29,6 +23,11 @@ class WriteTransaction;
|
| class Entry;
|
| }
|
|
|
| +// An UpdateApplicator is used to iterate over a number of unapplied updates,
|
| +// applying them to the client using the given syncer cycle.
|
| +//
|
| +// UpdateApplicator might resemble an iterator, but it actually keeps retrying
|
| +// failed updates until no remaining updates can be successfully applied.
|
| class UpdateApplicator {
|
| public:
|
| explicit UpdateApplicator(Cryptographer* cryptographer);
|
|
|