| 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;
|
|
|