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

Unified Diff: test/cctest/heap/heap-tester.h

Issue 2654253002: [iwyu] Include handles.h less. (Closed)
Patch Set: Created 3 years, 11 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 | « src/source-position-table.h ('k') | test/common/wasm/wasm-module-runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/heap/heap-tester.h
diff --git a/test/cctest/heap/heap-tester.h b/test/cctest/heap/heap-tester.h
index acfbe92bb6a76652f2394679272400f6473c6c1d..289439c1824be599f29fcc9797423103e2df3a6a 100644
--- a/test/cctest/heap/heap-tester.h
+++ b/test/cctest/heap/heap-tester.h
@@ -5,7 +5,6 @@
#ifndef HEAP_HEAP_TESTER_H_
#define HEAP_HEAP_TESTER_H_
-#include "src/handles.h"
#include "src/heap/spaces.h"
// Tests that should have access to private methods of {v8::internal::Heap}.
@@ -56,6 +55,9 @@
namespace v8 {
namespace internal {
+template <typename T>
+class Handle;
+
class HeapTester {
public:
#define DECLARE_STATIC(Name) static void Test##Name();
« no previous file with comments | « src/source-position-table.h ('k') | test/common/wasm/wasm-module-runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698