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

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: fix browsertest and exceptions file 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 70ce21ee563c3070c7626660b08261d3e963286d..3559f6b5dc9f37f599a91b80e33c052d9a26ab33 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"
// End of suppressions.
; // Please keep this semicolon.

Powered by Google App Engine
This is Rietveld 408576698