| Index: webrtc/test/field_trial.h
|
| diff --git a/webrtc/test/field_trial.h b/webrtc/test/field_trial.h
|
| index 735aa1f8332fbacada08673aaef5bcf52c707454..d448f3411d5407253a788da95d0e8938dc78fa18 100644
|
| --- a/webrtc/test/field_trial.h
|
| +++ b/webrtc/test/field_trial.h
|
| @@ -39,8 +39,7 @@
|
| explicit ScopedFieldTrials(const std::string& config);
|
| ~ScopedFieldTrials();
|
| private:
|
| - std::string current_field_trials_;
|
| - const char* previous_field_trials_;
|
| + const std::map<std::string, std::string> previous_field_trials_;
|
| };
|
|
|
| } // namespace test
|
|
|