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

Unified Diff: Source/bindings/core/v8/ScriptProfiler.h

Issue 626693003: Clean up forward declarations and include files in Source/bindings (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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 | « Source/bindings/core/v8/ScriptPreprocessor.h ('k') | Source/bindings/core/v8/ScriptPromise.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/ScriptProfiler.h
diff --git a/Source/bindings/core/v8/ScriptProfiler.h b/Source/bindings/core/v8/ScriptProfiler.h
index 826efdd65884634951aaa2bf07fe2f36180c42f8..9d0d8682f071036afb6bdbe2fe895f319ffcabcb 100644
--- a/Source/bindings/core/v8/ScriptProfiler.h
+++ b/Source/bindings/core/v8/ScriptProfiler.h
@@ -34,17 +34,12 @@
#include "bindings/core/v8/ScriptHeapSnapshot.h"
#include "core/inspector/ScriptProfile.h"
-#include "wtf/Forward.h"
#include "wtf/PassRefPtr.h"
-#include "wtf/text/WTFString.h"
namespace blink {
-class ExternalStringVisitor;
class WrappedNodeVisitor;
-class Page;
class ScriptValue;
-class WorkerGlobalScope;
class ScriptProfiler {
WTF_MAKE_NONCOPYABLE(ScriptProfiler);
« no previous file with comments | « Source/bindings/core/v8/ScriptPreprocessor.h ('k') | Source/bindings/core/v8/ScriptPromise.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698