summaryrefslogtreecommitdiffstats
path: root/base/json/json_writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/json/json_writer.h')
-rw-r--r--base/json/json_writer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/json/json_writer.h b/base/json/json_writer.h
index c019e87..36331bb 100644
--- a/base/json/json_writer.h
+++ b/base/json/json_writer.h
@@ -11,10 +11,10 @@
#include "base/base_api.h"
#include "base/basictypes.h"
-class Value;
-
namespace base {
+class Value;
+
class BASE_API JSONWriter {
public:
// Given a root node, generates a JSON string and puts it into |json|.