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

Unified Diff: content/renderer/fetchers/multi_resolution_image_resource_fetcher.h

Issue 2399463007: AssociatedURLLoader shouldn't derive from WebURLLoader (Closed)
Patch Set: Rebase Created 4 years, 2 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: content/renderer/fetchers/multi_resolution_image_resource_fetcher.h
diff --git a/content/renderer/fetchers/multi_resolution_image_resource_fetcher.h b/content/renderer/fetchers/multi_resolution_image_resource_fetcher.h
index 37a22220f6e73b936aac0d4b4caf8e95ce93b5e7..4325f8f04b3197e69bd44933e5638189605398b4 100644
--- a/content/renderer/fetchers/multi_resolution_image_resource_fetcher.h
+++ b/content/renderer/fetchers/multi_resolution_image_resource_fetcher.h
@@ -24,7 +24,7 @@ enum class WebCachePolicy;
namespace content {
-class ResourceFetcher;
+class AssociatedResourceFetcher;
// A resource fetcher that returns all (differently-sized) frames in
// an image. Useful for favicons.
@@ -69,7 +69,7 @@ class MultiResolutionImageResourceFetcher {
const GURL image_url_;
// Does the actual download.
- std::unique_ptr<ResourceFetcher> fetcher_;
+ std::unique_ptr<AssociatedResourceFetcher> fetcher_;
DISALLOW_COPY_AND_ASSIGN(MultiResolutionImageResourceFetcher);
};
« no previous file with comments | « content/renderer/fetchers/manifest_fetcher.cc ('k') | content/renderer/fetchers/multi_resolution_image_resource_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698