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/cycle/status_controller.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/cycle/nudge_tracker.h ('k') | components/sync/engine_impl/cycle/sync_cycle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/cycle/status_controller.h
diff --git a/components/sync/engine_impl/cycle/status_controller.h b/components/sync/engine_impl/cycle/status_controller.h
index 24e7182da115080ba6762671267e58ee86670f17..7fc554a66ca251322fb52d6c5c0089f66fc58f16 100644
--- a/components/sync/engine_impl/cycle/status_controller.h
+++ b/components/sync/engine_impl/cycle/status_controller.h
@@ -2,18 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// StatusController handles all counter and status related number crunching and
-// state tracking on behalf of a SyncCycle.
-//
-// This object may be accessed from many different threads. It will be accessed
-// most often from the syncer thread. However, when update application is in
-// progress it may also be accessed from the worker threads. This is safe
-// because only one of them will run at a time, and the syncer thread will be
-// blocked until update application completes.
-//
-// This object contains only global state. None of its members are per model
-// type counters.
-
#ifndef COMPONENTS_SYNC_ENGINE_IMPL_CYCLE_STATUS_CONTROLLER_H_
#define COMPONENTS_SYNC_ENGINE_IMPL_CYCLE_STATUS_CONTROLLER_H_
@@ -28,6 +16,17 @@
namespace syncer {
+// StatusController handles all counter and status related number crunching and
+// state tracking on behalf of a SyncCycle.
+//
+// This object may be accessed from many different threads. It will be accessed
+// most often from the syncer thread. However, when update application is in
+// progress it may also be accessed from the worker threads. This is safe
+// because only one of them will run at a time, and the syncer thread will be
+// blocked until update application completes.
+//
+// This object contains only global state. None of its members are per model
+// type counters.
class StatusController {
public:
StatusController();
« no previous file with comments | « components/sync/engine_impl/cycle/nudge_tracker.h ('k') | components/sync/engine_impl/cycle/sync_cycle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698