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

Unified Diff: runtime/vm/json_stream.h

Issue 1497033003: - Remove the legacy debug protocol. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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
Index: runtime/vm/json_stream.h
diff --git a/runtime/vm/json_stream.h b/runtime/vm/json_stream.h
index 318702ca5667fa7ad9220e99dc1f9ddcccf2a4fe..92cbc4e240bf657a9cf28469c1cb41ffb3bca39f 100644
--- a/runtime/vm/json_stream.h
+++ b/runtime/vm/json_stream.h
@@ -6,7 +6,7 @@
#define VM_JSON_STREAM_H_
#include "include/dart_api.h" // for Dart_Port
-#include "platform/json.h"
+#include "platform/text_buffer.h"
#include "vm/allocation.h"
#include "vm/service.h"

Powered by Google App Engine
This is Rietveld 408576698