| Index: chrome/common/json_schema_validator_unittest_base.cc
|
| diff --git a/chrome/common/json_schema_validator_unittest_base.cc b/chrome/common/json_schema_validator_unittest_base.cc
|
| index c53e578b72d7db9669b7f8f1299f99d7d0e6fbea..5a9112304ffda419f984bb3612a1100709fff461 100644
|
| --- a/chrome/common/json_schema_validator_unittest_base.cc
|
| +++ b/chrome/common/json_schema_validator_unittest_base.cc
|
| @@ -36,7 +36,7 @@ Value* LoadValue(const std::string& filename) {
|
| return result;
|
| }
|
|
|
| -Value* LoadValue(const std::string& filename, Value::ValueType type) {
|
| +Value* LoadValue(const std::string& filename, base::Value::Type type) {
|
| scoped_ptr<Value> result(LoadValue(filename));
|
| if (!result.get())
|
| return NULL;
|
|
|