| Index: base/json/json_parser.h
|
| diff --git a/base/json/json_parser.h b/base/json/json_parser.h
|
| index 4e23beb92895950c67397b041cb9ad7923caad16..ac1ad8578023453727e96d52161ce067dbe18101 100644
|
| --- a/base/json/json_parser.h
|
| +++ b/base/json/json_parser.h
|
| @@ -40,7 +40,7 @@ class JSONParserTest;
|
| // of a token, such that the next iteration of the parser will be at the byte
|
| // immediately following the token, which would likely be the first byte of the
|
| // next token.
|
| -class BASE_EXPORT_PRIVATE JSONParser {
|
| +class BASE_EXPORT JSONParser {
|
| public:
|
| explicit JSONParser(int options);
|
| ~JSONParser();
|
|
|