summaryrefslogtreecommitdiffstats
path: root/base/json
diff options
context:
space:
mode:
Diffstat (limited to 'base/json')
-rw-r--r--base/json/json_reader.h4
-rw-r--r--base/json/json_writer.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/base/json/json_reader.h b/base/json/json_reader.h
index 4f83492..46e450c 100644
--- a/base/json/json_reader.h
+++ b/base/json/json_reader.h
@@ -43,10 +43,10 @@
#define FRIEND_TEST(test_case_name, test_name)\
friend class test_case_name##_##test_name##_Test
-class Value;
-
namespace base {
+class Value;
+
class BASE_API JSONReader {
public:
// A struct to hold a JS token.
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|.