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

Unified Diff: src/collector.h

Issue 2281443002: Separate DuplicateFinder from Scanner. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix rebase. 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
« no previous file with comments | « BUILD.gn ('k') | src/parsing/duplicate-finder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/collector.h
diff --git a/src/collector.h b/src/collector.h
index 8454aae19d2ba89176ac77238180ff06644e3745..abb2fbb25b9d7d0c21974be31af35ee54ec2670e 100644
--- a/src/collector.h
+++ b/src/collector.h
@@ -6,7 +6,7 @@
#define V8_COLLECTOR_H_
#include "src/checks.h"
-#include "src/list.h"
+#include "src/list-inl.h"
#include "src/vector.h"
namespace v8 {
« no previous file with comments | « BUILD.gn ('k') | src/parsing/duplicate-finder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698