| Index: content/browser/webui/shared_resources_data_source.h
|
| diff --git a/content/browser/webui/shared_resources_data_source.h b/content/browser/webui/shared_resources_data_source.h
|
| index 621c24d2882b99a89f9a02a33e5e8f9b36e61d3a..a20d384de7a3ef7e0ce8b98a778b151f5729b7f0 100644
|
| --- a/content/browser/webui/shared_resources_data_source.h
|
| +++ b/content/browser/webui/shared_resources_data_source.h
|
| @@ -23,8 +23,8 @@ class SharedResourcesDataSource : public URLDataSource {
|
| const ResourceRequestInfo::WebContentsGetter& wc_getter,
|
| const URLDataSource::GotDataCallback& callback) override;
|
| std::string GetMimeType(const std::string& path) const override;
|
| - base::MessageLoop* MessageLoopForRequestPath(
|
| - const std::string& path) const override;
|
| + scoped_refptr<base::SingleThreadTaskRunner> TaskRunnerForRequestPath(
|
| + const std::string& path) const override;
|
| std::string GetAccessControlAllowOriginForOrigin(
|
| const std::string& origin) const override;
|
|
|
|
|