| Index: components/ui_devtools/string_util.h
|
| diff --git a/components/ui_devtools/string_util.h b/components/ui_devtools/string_util.h
|
| index 91b904727f5dd3a626421637928c6ad7fc60086b..b392ee36d6354a3e74596b2d1bdf5616dd08fb52 100644
|
| --- a/components/ui_devtools/string_util.h
|
| +++ b/components/ui_devtools/string_util.h
|
| @@ -19,8 +19,6 @@ namespace protocol {
|
|
|
| class Value;
|
|
|
| -std::unique_ptr<Value> parseJSON(const String& string);
|
| -
|
| class CustomStringBuilder {
|
| String s_;
|
|
|
| @@ -51,6 +49,7 @@ class StringUtil {
|
| builder.reserveCapacity(capacity);
|
| }
|
| static const size_t kNotFound = static_cast<size_t>(-1);
|
| + static std::unique_ptr<Value> parseJSON(const String& string);
|
| };
|
|
|
| } // namespace protocol
|
|
|