| Index: base/test/gtest_util.cc
|
| diff --git a/base/test/gtest_util.cc b/base/test/gtest_util.cc
|
| index 1552c1a2500a50131528976889300ec6a62e87ea..6da902da2e09859c1f0a2c4e039da0a50d31202b 100644
|
| --- a/base/test/gtest_util.cc
|
| +++ b/base/test/gtest_util.cc
|
| @@ -85,7 +85,7 @@
|
| std::vector<base::TestIdentifier> result;
|
| for (base::ListValue::iterator i = tests->begin(); i != tests->end(); ++i) {
|
| base::DictionaryValue* test = nullptr;
|
| - if (!i->GetAsDictionary(&test))
|
| + if (!(*i)->GetAsDictionary(&test))
|
| return false;
|
|
|
| TestIdentifier test_data;
|
|
|