Index: tools/json_schema_compiler/util.h |
diff --git a/tools/json_schema_compiler/util.h b/tools/json_schema_compiler/util.h |
index b775be7e0ccc56c5d37c93e600e316fe37089f91..228ecedba6b5023a99ec66de5ba5a7abe0c8d506 100644 |
--- a/tools/json_schema_compiler/util.h |
+++ b/tools/json_schema_compiler/util.h |
@@ -173,7 +173,7 @@ scoped_ptr<base::Value> CreateValueFromOptionalArray( |
return scoped_ptr<base::Value>(); |
} |
-std::string ValueTypeToString(Value::Type type); |
+std::string ValueTypeToString(base::Value::Type type); |
} // namespace util |
} // namespace json_schema_compiler |