| 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 f5fe808422e0828bccdb901da17c6584d70432f5..c2c2b8eee6e1726366c566a92e4f8fe6ee044573 100644
|
| --- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| @@ -35,7 +35,6 @@
|
| #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"
|
| @@ -150,7 +149,7 @@ private:
|
| bool m_hasBeenDisposed;
|
| #endif
|
|
|
| - Member<InstrumentingSessions> m_instrumentingSessions;
|
| + Member<InstrumentingAgents> m_instrumentingAgents;
|
| Member<InspectorResourceContentLoader> m_resourceContentLoader;
|
| Member<InspectorOverlay> m_overlay;
|
| Member<InspectedFrames> m_inspectedFrames;
|
|
|