Chromium Code Reviews| Index: base/test/values_test_util.h | 
| diff --git a/base/test/values_test_util.h b/base/test/values_test_util.h | 
| index 886c17dec5e3b170ad2a979792588bff25fe1e22..04af92e5ac9938485e18fa7b26201bb07af1291f 100644 | 
| --- a/base/test/values_test_util.h | 
| +++ b/base/test/values_test_util.h | 
| @@ -13,8 +13,8 @@ | 
| namespace base { | 
| class DictionaryValue; | 
| class ListValue; | 
| -class StringValue; | 
| class Value; | 
| +using StringValue = Value; | 
| // All the functions below expect that the value for the given key in | 
| // the given dictionary equals the given expected value. |