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

Unified Diff: src/background-parsing-task.h

Issue 2268513002: Cleanup: Move ParseInfo to a separate file. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 4 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
Index: src/background-parsing-task.h
diff --git a/src/background-parsing-task.h b/src/background-parsing-task.h
index 75eb05a6f62512cff555210aff83d0cc0161b962..1bf9d7412127901c7d8706d9fdecf5213cfef372 100644
--- a/src/background-parsing-task.h
+++ b/src/background-parsing-task.h
@@ -10,6 +10,7 @@
#include "src/base/platform/platform.h"
#include "src/base/platform/semaphore.h"
#include "src/compiler.h"
+#include "src/parsing/parse-info.h"
#include "src/parsing/parser.h"
namespace v8 {

Powered by Google App Engine
This is Rietveld 408576698