Commit 1a99c5a4 authored by siggi@chromium.org's avatar siggi@chromium.org

Fix EtwTraceConsumerDataTest fixture.

BUG=129129
TEST=The unittest no longer fails on trybots.

Review URL: https://chromiumcodereview.appspot.com/10407098

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138352 0039d316-1c4b-4281-b951-d872f2087c98
parent a63a4f0e
......@@ -282,6 +282,8 @@ class EtwTraceConsumerDataTest: public EtwTraceConsumerBaseTest {
}
virtual void SetUp() {
EtwTraceConsumerBaseTest::SetUp();
EtwTraceProperties prop;
EtwTraceController::Stop(session_name_.c_str(), &prop);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment