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

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

Issue 1152983004: Move ObserverList to base namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « remoting/signaling/xmpp_signal_strategy.cc ('k') | ui/aura/window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/drmemory/suppressions_full.txt
diff --git a/tools/valgrind/drmemory/suppressions_full.txt b/tools/valgrind/drmemory/suppressions_full.txt
index d2ee94d890ce28c0a896b066fddb16fcbb674981..b4cb03b8779dd6d2ec808924af3a2215d76abfa1 100644
--- a/tools/valgrind/drmemory/suppressions_full.txt
+++ b/tools/valgrind/drmemory/suppressions_full.txt
@@ -1059,7 +1059,7 @@ name=http://crbug.com/79933 (4)
*!std::vector<>::_Insert_n
*!std::vector<>::insert
*!std::vector<>::push_back
-*!ObserverListBase<>::AddObserver
+*!base::ObserverListBase<>::AddObserver
...
*!net::HttpNetworkSession::HttpNetworkSession
*!notifier::ProxyResolvingClientSocket::ProxyResolvingClientSocket
@@ -1880,7 +1880,7 @@ name=bug_436131
UNADDRESSABLE ACCESS
name=bug_436131_b
-views.dll!ObserverListBase<>::RemoveObserver
+views.dll!base::ObserverListBase<>::RemoveObserver
*!ash::test::ShelfViewTestAPI::RunMessageLoopUntilAnimationsDone
*!testing::internal::HandleExceptionsInMethodIfSupported<>
« no previous file with comments | « remoting/signaling/xmpp_signal_strategy.cc ('k') | ui/aura/window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698