Index: Source/core/inspector/InspectorBaseAgent.h |
diff --git a/Source/core/inspector/InspectorBaseAgent.h b/Source/core/inspector/InspectorBaseAgent.h |
index 75bd7b4cbfd193b2bf23547a0d552cb24188cbc1..665fdd67597e65bc93fcfc6c4e02dd986fb38062 100644 |
--- a/Source/core/inspector/InspectorBaseAgent.h |
+++ b/Source/core/inspector/InspectorBaseAgent.h |
@@ -33,6 +33,7 @@ |
#include "InspectorBackendDispatcher.h" |
#include <wtf/Forward.h> |
+#include <wtf/PassOwnPtr.h> |
#include <wtf/Vector.h> |
#include <wtf/text/WTFString.h> |
@@ -56,8 +57,6 @@ public: |
String name() { return m_name; } |
- virtual void reportMemoryUsage(MemoryObjectInfo*) const; |
- |
protected: |
InstrumentingAgents* m_instrumentingAgents; |
InspectorState* m_state; |