Index: content/browser/webui/shared_resources_data_source.cc |
diff --git a/content/browser/webui/shared_resources_data_source.cc b/content/browser/webui/shared_resources_data_source.cc |
index 1b52b4d7155a809d30f86b90209ad08d0e0a77a7..03721b0c5e1d1d024c234d0ea0cc90f7f2c5a47a 100644 |
--- a/content/browser/webui/shared_resources_data_source.cc |
+++ b/content/browser/webui/shared_resources_data_source.cc |
@@ -145,7 +145,8 @@ std::string SharedResourcesDataSource::GetMimeType( |
return "text/plain"; |
} |
-base::MessageLoop* SharedResourcesDataSource::MessageLoopForRequestPath( |
+scoped_refptr<base::SingleThreadTaskRunner> |
+SharedResourcesDataSource::TaskRunnerForRequestPath( |
const std::string& path) const { |
return nullptr; |
} |