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

Unified Diff: base/test/test_suite.h

Issue 2513363003: repro for crbug.com/663886
Patch Set: Created 4 years, 1 month 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 | « base/test/BUILD.gn ('k') | base/test/test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/test_suite.h
diff --git a/base/test/test_suite.h b/base/test/test_suite.h
index 590a18cb750db37bacbe9896af435ea8fa1815e7..928252bfa163837aae4913439dc4c94c92ef3e7d 100644
--- a/base/test/test_suite.h
+++ b/base/test/test_suite.h
@@ -14,7 +14,7 @@
#include "base/at_exit.h"
#include "base/macros.h"
-#include "base/test/trace_to_file.h"
+//#include "base/test/trace_to_file.h"
#include "build/build_config.h"
namespace testing {
@@ -78,7 +78,7 @@ class TestSuite {
// Basic initialization for the test suite happens here.
void PreInitialize();
- test::TraceToFile trace_to_file_;
+ //test::TraceToFile trace_to_file_;
bool initialized_command_line_;
« no previous file with comments | « base/test/BUILD.gn ('k') | base/test/test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698