| Index: webrtc/test/field_trial.cc
|
| diff --git a/webrtc/test/field_trial.cc b/webrtc/test/field_trial.cc
|
| index 92aa6b08150a4ac672f4713fddd776df90beb004..05ca052a57051041c53e6ec2860126190ac6b459 100644
|
| --- a/webrtc/test/field_trial.cc
|
| +++ b/webrtc/test/field_trial.cc
|
| @@ -49,7 +49,7 @@ void InitFieldTrialsFromString(const std::string& trials_string) {
|
| assert(field_trials_initiated_ == false);
|
| field_trials_initiated_ = true;
|
|
|
| - if (trials_string == "")
|
| + if (trials_string.empty())
|
| return;
|
|
|
| size_t next_item = 0;
|
|
|