Index: third_party/WebKit/Source/core/inspector/InspectorApplicationCacheAgent.h |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorApplicationCacheAgent.h b/third_party/WebKit/Source/core/inspector/InspectorApplicationCacheAgent.h |
index 1059d4874cd61bb7c058ad755c72216abca2422e..d19d368f4ebffc52ab62b459dd8ac5a2fc8e4b1b 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorApplicationCacheAgent.h |
+++ b/third_party/WebKit/Source/core/inspector/InspectorApplicationCacheAgent.h |
@@ -36,7 +36,6 @@ namespace blink { |
class LocalFrame; |
class InspectedFrames; |
-class InspectorFrontend; |
class CORE_EXPORT InspectorApplicationCacheAgent final : public InspectorBaseAgent<protocol::ApplicationCache::Metainfo> { |
WTF_MAKE_NONCOPYABLE(InspectorApplicationCacheAgent); |
@@ -56,7 +55,7 @@ public: |
void updateApplicationCacheStatus(LocalFrame*); |
void networkStateChanged(LocalFrame*, bool online); |
- // ApplicationCache API for InspectorFrontend |
+ // ApplicationCache API for frontend |
void getFramesWithManifests(ErrorString*, std::unique_ptr<protocol::Array<protocol::ApplicationCache::FrameWithManifest>>* frameIds) override; |
void enable(ErrorString*) override; |
void getManifestForFrame(ErrorString*, const String& frameId, String* manifestURL) override; |