Chromium Code Reviews| Index: base/json/json_reader.h |
| =================================================================== |
| --- base/json/json_reader.h (revision 92173) |
| +++ base/json/json_reader.h (working copy) |
| @@ -43,10 +43,10 @@ |
| #define FRIEND_TEST(test_case_name, test_name)\ |
| friend class test_case_name##_##test_name##_Test |
| +namespace base { |
| + |
| class Value; |
| -namespace base { |
| - |
| class BASE_API JSONReader { |
| public: |
| // A struct to hold a JS token. |