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

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

Issue 1308823002: Move Singleton and related structs to namespace base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ToT Created 5 years, 3 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 | « skia/ext/skia_memory_dump_provider.cc ('k') | ui/accessibility/platform/atk_util_auralinux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/drmemory/suppressions.txt
diff --git a/tools/valgrind/drmemory/suppressions.txt b/tools/valgrind/drmemory/suppressions.txt
index 53e206a948d5d10257471ece5c6bda1896bfefb5..157fbb85db2721e0d5fca3971f4e9dcdda9b6a5c 100644
--- a/tools/valgrind/drmemory/suppressions.txt
+++ b/tools/valgrind/drmemory/suppressions.txt
@@ -555,8 +555,8 @@ system call NtUserCallOneParam.RELEASEDC
USER32.dll!ReleaseDC
*!std::_Tree<>::_Erase
*!std::_Tree<>::erase
-*!DefaultSingletonTraits<>::Delete
-*!Singleton<>::OnExit
+*!base::DefaultSingletonTraits<>::Delete
+*!base::Singleton<>::OnExit
*!base::AtExitManager::ProcessCallbacksNow
*!base::AtExitManager::~AtExitManager
*!base::TestSuite::~TestSuite
« no previous file with comments | « skia/ext/skia_memory_dump_provider.cc ('k') | ui/accessibility/platform/atk_util_auralinux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698