Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: base/json/json_reader.h

Issue 600683002: Recursively load mojo packages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mojo/tools/package_manager/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/json/json_reader.h
diff --git a/base/json/json_reader.h b/base/json/json_reader.h
index 9b306878e7fedbeb97b46cd67180d7d751d48932..79129cea9d1beab53b47f08d04059cb9b8b72cff 100644
--- a/base/json/json_reader.h
+++ b/base/json/json_reader.h
@@ -36,14 +36,12 @@
#include "base/strings/string_piece.h"
namespace base {
+
class Value;
namespace internal {
class JSONParser;
}
-}
-
-namespace base {
enum JSONParserOptions {
// Parses the input strictly according to RFC 4627, except for where noted
« no previous file with comments | « no previous file | mojo/tools/package_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698