Index: chrome_frame/test/run_all_unittests.cc |
=================================================================== |
--- chrome_frame/test/run_all_unittests.cc (revision 151948) |
+++ chrome_frame/test/run_all_unittests.cc (working copy) |
@@ -54,7 +54,7 @@ |
// Set up a FieldTrialList to keep any field trials we have going in |
// Chrome Frame happy. |
- base::FieldTrialList field_trial_list("42"); |
+ base::FieldTrialList field_trial_list(NULL); |
robertshield
2012/08/16 21:18:01
I disapprove of this change aesthetically, though
Alexei Svitkine (slow)
2012/08/17 16:42:16
In fact, I had to change this back to not pass NUL
|
base::TestSuite test_suite(argc, argv); |