Chromium Code Reviews| Index: webrtc/test/field_trial.h |
| diff --git a/webrtc/test/field_trial.h b/webrtc/test/field_trial.h |
| index d448f3411d5407253a788da95d0e8938dc78fa18..e1361619f0a982a187e3cd6a50959ab6d7dd730d 100644 |
| --- a/webrtc/test/field_trial.h |
| +++ b/webrtc/test/field_trial.h |
| @@ -39,7 +39,9 @@ class ScopedFieldTrials { |
| explicit ScopedFieldTrials(const std::string& config); |
| ~ScopedFieldTrials(); |
| private: |
| - const std::map<std::string, std::string> previous_field_trials_; |
| + |
|
kjellander_webrtc
2015/12/14 04:37:50
nit: remove blank line.
perkj_webrtc
2015/12/14 07:22:21
Done.
|
| + std::string current_field_trials_; |
| + const char* previous_field_trials_; |
| }; |
| } // namespace test |