| Index: base/json/json_writer.h
|
| ===================================================================
|
| --- base/json/json_writer.h (revision 95578)
|
| +++ base/json/json_writer.h (working copy)
|
| @@ -8,14 +8,14 @@
|
|
|
| #include <string>
|
|
|
| -#include "base/base_api.h"
|
| +#include "base/base_export.h"
|
| #include "base/basictypes.h"
|
|
|
| namespace base {
|
|
|
| class Value;
|
|
|
| -class BASE_API JSONWriter {
|
| +class BASE_EXPORT JSONWriter {
|
| public:
|
| // Given a root node, generates a JSON string and puts it into |json|.
|
| // If |pretty_print| is true, return a slightly nicer formated json string
|
|
|