Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h

Issue 2046433002: Remove unused InspectorFrontend declarations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h b/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
index 13c4a1f0175963414f4bd3c9e9fd014c32130f4d..a004a63c58af22300d33723502f26a6dc9f7eddc 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
@@ -52,7 +52,6 @@ class ExecutionContext;
class LocalFrame;
class HTTPHeaderMap;
class InspectedFrames;
-class InspectorFrontend;
class KURL;
class NetworkResourcesData;
class ResourceError;

Powered by Google App Engine