Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(511)

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.cpp

Issue 2110363002: Rename SameThreadClosure to Closure (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@TRV_ExplicitWTFBind
Patch Set: Add WTF:: to Closure Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698