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

Unified Diff: Source/core/inspector/InspectorInspectorAgent.h

Issue 476153002: DevTools: Make the way inspectorFrontend is referenced in agents consistent in all of them. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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
Index: Source/core/inspector/InspectorInspectorAgent.h
diff --git a/Source/core/inspector/InspectorInspectorAgent.h b/Source/core/inspector/InspectorInspectorAgent.h
index 6a440d1af6a0aaa86ff5df898b8d33503df8e89a..cb6e5745fd21584351e579853be54d7bbb987887 100644
--- a/Source/core/inspector/InspectorInspectorAgent.h
+++ b/Source/core/inspector/InspectorInspectorAgent.h
@@ -30,6 +30,7 @@
#ifndef InspectorInspectorAgent_h
#define InspectorInspectorAgent_h
+#include "core/InspectorFrontend.h"
#include "core/inspector/InspectorBaseAgent.h"
#include "wtf/HashMap.h"
#include "wtf/PassOwnPtr.h"
@@ -41,7 +42,6 @@ class DOMWrapperWorld;
class DocumentLoader;
class LocalFrame;
class InjectedScriptManager;
-class InspectorFrontend;
class InstrumentingAgents;
class JSONObject;
class Page;
@@ -85,7 +85,7 @@ private:
InspectorInspectorAgent(Page*, InjectedScriptManager*);
RawPtrWillBeMember<Page> m_inspectedPage;
- InspectorFrontend* m_frontend;
+ InspectorFrontend::Inspector* m_frontend;
RawPtrWillBeMember<InjectedScriptManager> m_injectedScriptManager;
Vector<pair<long, String> > m_pendingEvaluateTestCommands;
« no previous file with comments | « Source/core/inspector/InspectorDOMStorageAgent.cpp ('k') | Source/core/inspector/InspectorInspectorAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698