Index: chrome/browser/ui/webui/fallback_icon_source.h |
diff --git a/chrome/browser/ui/webui/fallback_icon_source.h b/chrome/browser/ui/webui/fallback_icon_source.h |
index 381521bec8ceedab7a3d22c1c8737a21a2d56b9e..5526f77a0c50fd89332812f6f992df975aae3187 100644 |
--- a/chrome/browser/ui/webui/fallback_icon_source.h |
+++ b/chrome/browser/ui/webui/fallback_icon_source.h |
@@ -68,7 +68,9 @@ class FallbackIconSource : public content::URLDataSource { |
std::string GetMimeType(const std::string&) const override; |
bool AllowCaching() const override; |
bool ShouldReplaceExistingSource() const override; |
- bool ShouldServiceRequest(const net::URLRequest* request) const override; |
+ bool ShouldServiceRequest(const GURL& url, |
+ content::ResourceContext* resource_context, |
+ int render_process_id) const override; |
private: |
void SendFallbackIconHelper( |