summaryrefslogtreecommitdiffstats
path: root/chromium/tools/json_schema_compiler/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/tools/json_schema_compiler/util.h')
-rw-r--r--chromium/tools/json_schema_compiler/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/tools/json_schema_compiler/util.h b/chromium/tools/json_schema_compiler/util.h
index b775be7e0cc..228ecedba6b 100644
--- a/chromium/tools/json_schema_compiler/util.h
+++ b/chromium/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