Index: base/json/json_writer.h |
=================================================================== |
--- base/json/json_writer.h (revision 0) |
+++ base/json/json_writer.h (working copy) |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef BASE_JSON_WRITER_H_ |
-#define BASE_JSON_WRITER_H_ |
+#ifndef BASE_JSON_JSON_WRITER_H_ |
+#define BASE_JSON_JSON_WRITER_H_ |
#include <string> |
@@ -11,6 +11,8 @@ |
class Value; |
+namespace base { |
+ |
class JSONWriter { |
public: |
// Given a root node, generates a JSON string and puts it into |json|. |
@@ -52,4 +54,6 @@ |
DISALLOW_COPY_AND_ASSIGN(JSONWriter); |
}; |
-#endif // BASE_JSON_WRITER_H_ |
+} // namespace base |
+ |
+#endif // BASE_JSON_JSON_WRITER_H_ |
Property changes on: base/json/json_writer.h |
___________________________________________________________________ |
Added: svn:mergeinfo |
Merged /branches/chrome_webkit_merge_branch/base/json_writer.h:r69-2775 |