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

Unified Diff: base/test/trace_event_analyzer_unittest.cc

Issue 18338004: Don't use StaticMemorySingletonTraits for TraceLog. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: use LeakySingletonTraits as TraceLog is used on non-joinable threads Created 7 years, 5 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/test/trace_event_analyzer_unittest.cc
===================================================================
--- base/test/trace_event_analyzer_unittest.cc (revision 210376)
+++ base/test/trace_event_analyzer_unittest.cc (working copy)
@@ -25,7 +25,6 @@
};
void TraceEventAnalyzerTest::ManualSetUp() {
- base::debug::TraceLog::Resurrect();
ASSERT_TRUE(base::debug::TraceLog::GetInstance());
buffer_.SetOutputCallback(output_.GetCallback());
output_.json_output.clear();
« base/debug/trace_event_unittest.cc ('K') | « base/debug/trace_event_win_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698