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

Unified Diff: base/win/event_trace_consumer_unittest.cc

Issue 10407098: Fix EtwTraceConsumerDataTest fixture. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/event_trace_consumer_unittest.cc
diff --git a/base/win/event_trace_consumer_unittest.cc b/base/win/event_trace_consumer_unittest.cc
index b7ff482e818038f625c0d045ec4099b7b6626cbd..327e1c7c5b8935e77a49be14ca44c51991a8ee33 100644
--- a/base/win/event_trace_consumer_unittest.cc
+++ b/base/win/event_trace_consumer_unittest.cc
@@ -282,6 +282,8 @@ class EtwTraceConsumerDataTest: public EtwTraceConsumerBaseTest {
}
virtual void SetUp() {
+ EtwTraceConsumerBaseTest::SetUp();
+
EtwTraceProperties prop;
EtwTraceController::Stop(session_name_.c_str(), &prop);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698