From 65f173550226cb0dcf577183a462d48c47764ee3 Mon Sep 17 00:00:00 2001 From: "akalin@chromium.org" Date: Thu, 28 Jun 2012 22:43:58 +0000 Subject: [Sync] Rename csync namespace to syncer Everyone was confused by 'csync'. 'syncer' seems more understandable. (Note that we can't use the 'sync' namespace since sync() is a function from unistd.h.) BUG=10662035 TEST= TBR=jhawkins@chromium.org,pkasting@chromium.org Review URL: https://chromiumcodereview.appspot.com/10698014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144820 0039d316-1c4b-4281-b951-d872f2087c98 --- sync/engine/model_changing_syncer_command.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sync/engine/model_changing_syncer_command.cc') diff --git a/sync/engine/model_changing_syncer_command.cc b/sync/engine/model_changing_syncer_command.cc index 08340a4..3fe6b2d 100644 --- a/sync/engine/model_changing_syncer_command.cc +++ b/sync/engine/model_changing_syncer_command.cc @@ -10,7 +10,7 @@ #include "sync/sessions/status_controller.h" #include "sync/sessions/sync_session.h" -namespace csync { +namespace syncer { SyncerError ModelChangingSyncerCommand::ExecuteImpl( sessions::SyncSession* session) { @@ -48,4 +48,4 @@ SyncerError ModelChangingSyncerCommand::ExecuteImpl( return result; } -} // namespace csync +} // namespace syncer -- cgit v1.1