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/heapcheck/suppressions.txt | |
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/heapcheck/suppressions.txt')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 8 |
1 files changed, 4 insertions, 4 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 |