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

Unified Diff: sky/engine/core/fetch/ResourceFetcher.h

Issue 1214513003: Remove references into sky/engine/core/fetch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « sky/engine/core/editing/Editor.cpp ('k') | sky/engine/core/fetch/ResourceFetcher.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/fetch/ResourceFetcher.h
diff --git a/sky/engine/core/fetch/ResourceFetcher.h b/sky/engine/core/fetch/ResourceFetcher.h
index 33bb2ee5c512eff16360071b91cbe62874f5c922..a6875b7a7c8f5db6749a2a675909412aaf490110 100644
--- a/sky/engine/core/fetch/ResourceFetcher.h
+++ b/sky/engine/core/fetch/ResourceFetcher.h
@@ -49,7 +49,6 @@ class RawResource;
class Document;
class LocalFrame;
class FrameLoader;
-class ImageLoader;
class KURL;
class ResourceLoaderSet;
@@ -63,7 +62,6 @@ class ResourceLoaderSet;
// alive past detach if scripts still reference the Document.
class ResourceFetcher final : public RefCounted<ResourceFetcher>, public ResourceLoaderHost {
WTF_MAKE_NONCOPYABLE(ResourceFetcher); WTF_MAKE_FAST_ALLOCATED;
-friend class ImageLoader;
friend class ResourceCacheValidationSuppressor;
public:
« no previous file with comments | « sky/engine/core/editing/Editor.cpp ('k') | sky/engine/core/fetch/ResourceFetcher.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698