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

Unified Diff: tools/valgrind/tsan/suppressions.txt

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
« no previous file with comments | « tools/valgrind/drmemory/suppressions_full.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/tsan/suppressions.txt
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt
index ed451b0da8fdb8c5c4b01cbed4e729f4bdac3478..a494ac7161a58ac3579aa0085a623f9b10dff245 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
« no previous file with comments | « tools/valgrind/drmemory/suppressions_full.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698