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

Unified Diff: src/i18n.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/futex-emulation.h ('k') | src/interpreter/handler-table-builder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/i18n.h
diff --git a/src/i18n.h b/src/i18n.h
index a87ac976630aa29c592a0483f13e53a2569d041c..f89d005b00c844309d925768f231c0bde94ca514 100644
--- a/src/i18n.h
+++ b/src/i18n.h
@@ -6,7 +6,6 @@
#ifndef V8_I18N_H_
#define V8_I18N_H_
-#include "src/handles.h"
#include "src/objects.h"
#include "unicode/uversion.h"
@@ -20,6 +19,9 @@ class SimpleDateFormat;
namespace v8 {
namespace internal {
+template <typename T>
+class Handle;
+
class DateFormat {
public:
// Create a formatter for the specificied locale and options. Returns the
« no previous file with comments | « src/futex-emulation.h ('k') | src/interpreter/handler-table-builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698