diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-28 22:43:58 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-28 22:43:58 +0000 |
commit | 65f173550226cb0dcf577183a462d48c47764ee3 (patch) | |
tree | 9d4451edfc037f39658b804f95a3fbdbc85a7bd5 /tools | |
parent | 7953ef8eea2001287dbd233421226ad3f0e16448 (diff) | |
download | chromium_src-65f173550226cb0dcf577183a462d48c47764ee3.zip chromium_src-65f173550226cb0dcf577183a462d48c47764ee3.tar.gz chromium_src-65f173550226cb0dcf577183a462d48c47764ee3.tar.bz2 |
[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
Diffstat (limited to 'tools')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 8 | ||||
-rw-r--r-- | tools/valgrind/drmemory/suppressions_full.txt | 6 | ||||
-rw-r--r-- | tools/valgrind/tsan/suppressions.txt | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 3623975..37168d3 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -998,8 +998,8 @@ fun:TestURLRequestContextGetter::GetURLRequestContext fun:*SingleLoginAttempt fun:notifier::Login::StartConnection - fun:csync::InvalidationNotifier::UpdateCredentials - fun:csync::NonBlockingInvalidationNotifier::Core::UpdateCredentials + fun:syncer::InvalidationNotifier::UpdateCredentials + fun:syncer::NonBlockingInvalidationNotifier::Core::UpdateCredentials fun:void DispatchToMethod } { @@ -1345,8 +1345,8 @@ fun:TestURLRequestContextGetter::GetURLRequestContext ... fun:notifier::Login::StartConnection - fun:csync::InvalidationNotifier::UpdateCredentials - fun:csync::NonBlockingInvalidationNotifier::Core::UpdateCredentials + fun:syncer::InvalidationNotifier::UpdateCredentials + fun:syncer::NonBlockingInvalidationNotifier::Core::UpdateCredentials } { bug_124758 diff --git a/tools/valgrind/drmemory/suppressions_full.txt b/tools/valgrind/drmemory/suppressions_full.txt index 5cfbc69..ee80dd4 100644 --- a/tools/valgrind/drmemory/suppressions_full.txt +++ b/tools/valgrind/drmemory/suppressions_full.txt @@ -1039,8 +1039,8 @@ name=http://crbug.com/79933 (2) *!TestURLRequestContextGetter::GetURLRequestContext *!notifier::SingleLoginAttempt::SingleLoginAttempt *!notifier::Login::StartConnection -*!csync::InvalidationNotifier::UpdateCredentials -*!csync::NonBlockingInvalidationNotifier::Core::UpdateCredentials +*!syncer::InvalidationNotifier::UpdateCredentials +*!syncer::NonBlockingInvalidationNotifier::Core::UpdateCredentials LEAK name=http://crbug.com/79933 (3) @@ -1201,7 +1201,7 @@ name=http://crbug.com/91465 *!operator new *!browser_sync::internal::WeakHandleCore<browser_sync::JsBackend>::* *!browser_sync::WeakHandle<browser_sync::JsBackend>::* -*!csync::SyncManager::SyncInternal::Init +*!syncer::SyncManager::SyncInternal::Init LEAK name=http://crbug.com/91491 diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt index ed451b0..a494ac7 100644 --- a/tools/valgrind/tsan/suppressions.txt +++ b/tools/valgrind/tsan/suppressions.txt @@ -781,8 +781,8 @@ bug_107903_b ThreadSanitizer:Race ... - fun:csync::SyncManager::SyncInternal::ShutdownOnSyncThread - fun:csync::SyncManager::ShutdownOnSyncThread + fun:syncer::SyncManager::SyncInternal::ShutdownOnSyncThread + fun:syncer::SyncManager::ShutdownOnSyncThread fun:browser_sync::SyncBackendHost::Core::DoShutdown fun:base::internal::RunnableAdapter::Run } @@ -790,8 +790,8 @@ bug_107903_c ThreadSanitizer:Race fun:syncable::DirectoryChangeDelegate::~DirectoryChangeDelegate - fun:csync::SyncManager::SyncInternal::~SyncInternal - fun:csync::SyncManager::~SyncManager + fun:syncer::SyncManager::SyncInternal::~SyncInternal + fun:syncer::SyncManager::~SyncManager fun:scoped_ptr::reset fun:browser_sync::SyncBackendHost::Core::DoShutdown fun:base::internal::RunnableAdapter::Run |