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

Unified Diff: runtime/vm/json_stream.h

Issue 2974233002: VM: Re-format to use at most one newline between functions (Closed)
Patch Set: Rebase and merge Created 3 years, 5 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 | « runtime/vm/json_parser.h ('k') | runtime/vm/json_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/json_stream.h
diff --git a/runtime/vm/json_stream.h b/runtime/vm/json_stream.h
index 6997b4e25a4ba1a928b3e72b2bcbe71b985abab5..a33c7cb95a6fed441f4ce7240a9b4a93452cefb2 100644
--- a/runtime/vm/json_stream.h
+++ b/runtime/vm/json_stream.h
@@ -11,7 +11,6 @@
#include "vm/service.h"
#include "vm/token_position.h"
-
namespace dart {
class Array;
@@ -34,7 +33,6 @@ class Thread;
class ThreadRegistry;
class Zone;
-
// Keep this enum in sync with:
//
// - runtime/vm/service/vmservice.dart
@@ -255,7 +253,6 @@ class JSONStream : ValueObject {
friend class JSONArray;
};
-
class JSONObject : public ValueObject {
public:
explicit JSONObject(JSONStream* stream) : stream_(stream) {
@@ -369,7 +366,6 @@ class JSONObject : public ValueObject {
DISALLOW_COPY_AND_ASSIGN(JSONObject);
};
-
class JSONArray : public ValueObject {
public:
explicit JSONArray(JSONStream* stream) : stream_(stream) {
« no previous file with comments | « runtime/vm/json_parser.h ('k') | runtime/vm/json_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698