Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / base / test / test_suite.h
index 37cad03..fa0ab6c 100644 (file)
@@ -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);