Index: third_party/WebKit/Source/modules/websockets/InspectorWebSocketEvents.h |
diff --git a/third_party/WebKit/Source/modules/websockets/InspectorWebSocketEvents.h b/third_party/WebKit/Source/modules/websockets/InspectorWebSocketEvents.h |
index 5a2c7af50c528de8727a50586c4f7b1854def8b1..8d937b4ae534c574bea8bd1376bd9647c45a26ca 100644 |
--- a/third_party/WebKit/Source/modules/websockets/InspectorWebSocketEvents.h |
+++ b/third_party/WebKit/Source/modules/websockets/InspectorWebSocketEvents.h |
@@ -20,13 +20,13 @@ class KURL; |
class InspectorWebSocketCreateEvent { |
STATIC_ONLY(InspectorWebSocketCreateEvent); |
public: |
- static PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(Document*, unsigned long identifier, const KURL&, const String& protocol); |
+ static scoped_refptr<base::trace_event::ConvertableToTraceFormat> data(Document*, unsigned long identifier, const KURL&, const String& protocol); |
}; |
class InspectorWebSocketEvent { |
STATIC_ONLY(InspectorWebSocketEvent); |
public: |
- static PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(Document*, unsigned long identifier); |
+ static scoped_refptr<base::trace_event::ConvertableToTraceFormat> data(Document*, unsigned long identifier); |
}; |
} // namespace blink |