Index: third_party/WebKit/Source/core/inspector/InspectorTracingAgent.cpp |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.cpp |
index a9c0c98914697c39118142c531fbea0ae7e1ab79..a16519efa5839d592a7dfea07bcb734d38389cda 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.cpp |
+++ b/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.cpp |
@@ -71,7 +71,7 @@ void InspectorTracingAgent::end(std::unique_ptr<EndCallback> callback) |
String InspectorTracingAgent::sessionId() |
{ |
- String16 result; |
+ String result; |
if (m_state) |
m_state->getString(TracingAgentState::sessionId, &result); |
return result; |