| Index: base/test/test_suite.h
|
| diff --git a/base/test/test_suite.h b/base/test/test_suite.h
|
| index 37cad03f992f2e9db95b520c7bf1b32af702141d..fa0ab6c4cf9a225da7cb1d9ce7a03fbfe2826ee9 100644
|
| --- a/base/test/test_suite.h
|
| +++ b/base/test/test_suite.h
|
| @@ -13,6 +13,7 @@
|
|
|
| #include "base/at_exit.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "base/test/trace_to_file.h"
|
|
|
| namespace testing {
|
| class TestInfo;
|
| @@ -80,6 +81,8 @@ class TestSuite {
|
| // Basic initialization for the test suite happens here.
|
| void PreInitialize(bool create_at_exit_manager);
|
|
|
| + test::TraceToFile trace_to_file_;
|
| +
|
| bool initialized_command_line_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TestSuite);
|
|
|