Index: base/json/json_writer.h |
=================================================================== |
--- base/json/json_writer.h (revision 92173) |
+++ base/json/json_writer.h (working copy) |
@@ -11,10 +11,10 @@ |
#include "base/base_api.h" |
#include "base/basictypes.h" |
+namespace base { |
+ |
class Value; |
-namespace base { |
- |
class BASE_API JSONWriter { |
public: |
// Given a root node, generates a JSON string and puts it into |json|. |