| Index: third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| index c2c2b8eee6e1726366c566a92e4f8fe6ee044573..f5fe808422e0828bccdb901da17c6584d70432f5 100644
|
| --- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| @@ -35,6 +35,7 @@
|
| #include "core/inspector/InspectorRuntimeAgent.h"
|
| #include "core/inspector/InspectorSession.h"
|
| #include "core/inspector/InspectorTracingAgent.h"
|
| +#include "core/inspector/InstrumentingSessions.h"
|
| #include "platform/heap/Handle.h"
|
| #include "public/platform/WebSize.h"
|
| #include "public/platform/WebThread.h"
|
| @@ -149,7 +150,7 @@ private:
|
| bool m_hasBeenDisposed;
|
| #endif
|
|
|
| - Member<InstrumentingAgents> m_instrumentingAgents;
|
| + Member<InstrumentingSessions> m_instrumentingSessions;
|
| Member<InspectorResourceContentLoader> m_resourceContentLoader;
|
| Member<InspectorOverlay> m_overlay;
|
| Member<InspectedFrames> m_inspectedFrames;
|
|
|