Index: base/debug/trace_event_win_unittest.cc |
=================================================================== |
--- base/debug/trace_event_win_unittest.cc (revision 210376) |
+++ base/debug/trace_event_win_unittest.cc (working copy) |
@@ -158,6 +158,9 @@ |
if (!log_file_.value().empty()) |
base::Delete(log_file_, false); |
+ |
+ // We want our singleton torn down after each test. |
+ TraceLog::DeleteForTesting(); |
} |
void ExpectEvent(REFGUID guid, |