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

Unified Diff: components/sync/engine_impl/update_applicator.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
« no previous file with comments | « components/sync/engine_impl/traffic_logger.h ('k') | components/sync/model/data_type_error_handler_mock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « components/sync/engine_impl/traffic_logger.h ('k') | components/sync/model/data_type_error_handler_mock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698