| Index: base/json/json_writer_unittest.cc
|
| ===================================================================
|
| --- base/json/json_writer_unittest.cc (revision 0)
|
| +++ base/json/json_writer_unittest.cc (working copy)
|
| @@ -2,10 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "base/json/json_writer.h"
|
| +#include "base/values.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "base/json_writer.h"
|
| -#include "base/values.h"
|
|
|
| +namespace base {
|
| +
|
| TEST(JSONWriterTest, Writing) {
|
| // Test null
|
| Value* root = Value::CreateNullValue();
|
| @@ -75,3 +77,5 @@
|
| output_js);
|
| #undef JSON_NEWLINE
|
| }
|
| +
|
| +} // namespace base
|
|
|
| Property changes on: base/json/json_writer_unittest.cc
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
| Merged /branches/chrome_webkit_merge_branch/base/json_writer_unittest.cc:r69-2775
|
|
|
|
|