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/test/fake_extensions_activity_monitor.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sync/test/fake_extensions_activity_monitor.cc') diff --git a/sync/test/fake_extensions_activity_monitor.cc b/sync/test/fake_extensions_activity_monitor.cc index 2484448..9fb20a6 100644 --- a/sync/test/fake_extensions_activity_monitor.cc +++ b/sync/test/fake_extensions_activity_monitor.cc @@ -6,7 +6,7 @@ #include "base/logging.h" -namespace csync { +namespace syncer { FakeExtensionsActivityMonitor::FakeExtensionsActivityMonitor() {} @@ -28,4 +28,4 @@ void FakeExtensionsActivityMonitor::PutRecords(const Records& records) { } } -} // namespace csync +} // namespace syncer -- cgit v1.1