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 a25d5a12b86e67d496c6e2dd3111fc3ca5cb19f8..222a0d2eda20c1f5fc4fe3a1a88f16ed7783e6c2 100644 |
--- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h |
+++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h |
@@ -40,8 +40,8 @@ |
#include "public/web/WebDevToolsAgent.h" |
#include "web/InspectorEmulationAgent.h" |
#include "wtf/Forward.h" |
+#include "wtf/OwnPtr.h" |
#include "wtf/Vector.h" |
-#include <memory> |
namespace blink { |
@@ -135,7 +135,7 @@ private: |
void dispatchMessageFromFrontend(int sessionId, const String& method, const String& message); |
friend class WebDevToolsAgent; |
- static void runDebuggerTask(int sessionId, std::unique_ptr<WebDevToolsAgent::MessageDescriptor>); |
+ static void runDebuggerTask(int sessionId, PassOwnPtr<WebDevToolsAgent::MessageDescriptor>); |
bool attached() const { return m_session.get(); } |