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

Unified Diff: base/debug/tsan_suppressions.cc

Issue 344493002: Move all remaining appcache-related code to content namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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
Index: base/debug/tsan_suppressions.cc
diff --git a/base/debug/tsan_suppressions.cc b/base/debug/tsan_suppressions.cc
index 46868d2b28677934cf2dfe15a3e6b994369d3a65..3a4a7e093a22e5ccfc17491bc18d46ecf4be5db3 100644
--- a/base/debug/tsan_suppressions.cc
+++ b/base/debug/tsan_suppressions.cc
@@ -289,7 +289,7 @@ char kTSanDefaultSuppressions[] =
"deadlock:g_type_add_interface_static\n"
// http:://crbug.com/386385
-"race:appcache::AppCacheStorageImpl::DatabaseTask::CallRunCompleted\n"
+"race:content::AppCacheStorageImpl::DatabaseTask::CallRunCompleted\n"
// http://crbug.com/388730
"race:g_next_user_script_id\n"

Powered by Google App Engine
This is Rietveld 408576698