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

Unified Diff: src/conversions.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/compilation-cache.h ('k') | src/conversions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/conversions.h
diff --git a/src/conversions.h b/src/conversions.h
index a408132fa81bff998f0802da521bc68ab4496089..4a54e70049a51f464e258996a4b2de5427c2d861 100644
--- a/src/conversions.h
+++ b/src/conversions.h
@@ -8,12 +8,13 @@
#include <limits>
#include "src/base/logging.h"
-#include "src/handles.h"
#include "src/utils.h"
namespace v8 {
namespace internal {
+template <typename T>
+class Handle;
class UnicodeCache;
// Maximum number of significant digits in decimal representation.
« no previous file with comments | « src/compilation-cache.h ('k') | src/conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698