| Index: chrome/common/json_schema_validator_unittest_base.h
|
| diff --git a/chrome/common/json_schema_validator_unittest_base.h b/chrome/common/json_schema_validator_unittest_base.h
|
| index 62084895eec55e6789befe1e0f1637519e27d434..96823f26dfc4e10c4425def44b8359d6149d8943 100644
|
| --- a/chrome/common/json_schema_validator_unittest_base.h
|
| +++ b/chrome/common/json_schema_validator_unittest_base.h
|
| @@ -54,7 +54,8 @@ class JSONSchemaValidatorTestBase : public testing::Test {
|
| void TestArrayNonTuple();
|
| void TestString();
|
| void TestNumber();
|
| - void TestTypeClassifier();
|
| + void TestValueTypeClassifier();
|
| + void TestSchemaTypeClassifier();
|
| void TestTypes();
|
|
|
| ValidatorType type_;
|
|
|