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

Unified Diff: content/renderer/fetchers/manifest_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/manifest_fetcher.h
diff --git a/content/renderer/fetchers/manifest_fetcher.h b/content/renderer/fetchers/manifest_fetcher.h
index 0efb8e4e0046dc7c2cb3554c83c80a41a8dbd95e..b7696305d172e5a7127fe9072706e1dabe96ca08 100644
--- a/content/renderer/fetchers/manifest_fetcher.h
+++ b/content/renderer/fetchers/manifest_fetcher.h
@@ -21,7 +21,7 @@ class WebFrame;
namespace content {
-class ResourceFetcher;
+class AssociatedResourceFetcher;
// Helper class to download a Web Manifest. When an instance is created, the
// caller need to call Start() and wait for the passed callback to be executed.
@@ -49,7 +49,7 @@ class CONTENT_EXPORT ManifestFetcher {
bool completed_;
Callback callback_;
- std::unique_ptr<ResourceFetcher> fetcher_;
+ std::unique_ptr<AssociatedResourceFetcher> fetcher_;
DISALLOW_COPY_AND_ASSIGN(ManifestFetcher);
};
« no previous file with comments | « content/renderer/fetchers/associated_resource_fetcher_impl.cc ('k') | content/renderer/fetchers/manifest_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698