Index: third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.cpp |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.cpp b/third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.cpp |
index f6402a74bb66ea31983383bdf265e6192d1bfa14..56e24b113151ee5282991bdd753983ca09b447cb 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.cpp |
+++ b/third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.cpp |
@@ -153,7 +153,7 @@ int InspectorResourceContentLoader::createClientId() |
return ++m_lastClientId; |
} |
-void InspectorResourceContentLoader::ensureResourcesContentLoaded(int clientId, std::unique_ptr<SameThreadClosure> callback) |
+void InspectorResourceContentLoader::ensureResourcesContentLoaded(int clientId, std::unique_ptr<WTF::Closure> callback) |
{ |
if (!m_started) |
start(); |