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

Unified Diff: chrome/browser/sync/glue/history_model_worker.h

Issue 10698014: [Sync] Rename csync namespace to syncer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 8 years, 6 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: chrome/browser/sync/glue/history_model_worker.h
diff --git a/chrome/browser/sync/glue/history_model_worker.h b/chrome/browser/sync/glue/history_model_worker.h
index e7447904abf6586a72cadf174c3e128796452254..7aabd2d7ad519829c28e50358298de798cfe04ed 100644
--- a/chrome/browser/sync/glue/history_model_worker.h
+++ b/chrome/browser/sync/glue/history_model_worker.h
@@ -18,16 +18,16 @@ class HistoryService;
namespace browser_sync {
-// A csync::ModelSafeWorker for history models that accepts requests
+// A syncer::ModelSafeWorker for history models that accepts requests
// from the syncapi that need to be fulfilled on the history thread.
-class HistoryModelWorker : public csync::ModelSafeWorker {
+class HistoryModelWorker : public syncer::ModelSafeWorker {
public:
explicit HistoryModelWorker(HistoryService* history_service);
- // csync::ModelSafeWorker implementation. Called on syncapi SyncerThread.
- virtual csync::SyncerError DoWorkAndWaitUntilDone(
- const csync::WorkCallback& work) OVERRIDE;
- virtual csync::ModelSafeGroup GetModelSafeGroup() OVERRIDE;
+ // syncer::ModelSafeWorker implementation. Called on syncapi SyncerThread.
+ virtual syncer::SyncerError DoWorkAndWaitUntilDone(
+ const syncer::WorkCallback& work) OVERRIDE;
+ virtual syncer::ModelSafeGroup GetModelSafeGroup() OVERRIDE;
private:
virtual ~HistoryModelWorker();
« no previous file with comments | « chrome/browser/sync/glue/generic_change_processor.cc ('k') | chrome/browser/sync/glue/history_model_worker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698