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

Unified Diff: Source/core/fetch/XSLStyleSheetResource.h

Issue 605063003: Clean up forward declarations in Source/core/fetch and /loader (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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 | « Source/core/fetch/TextResource.h ('k') | Source/core/loader/FrameLoaderClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fetch/XSLStyleSheetResource.h
diff --git a/Source/core/fetch/XSLStyleSheetResource.h b/Source/core/fetch/XSLStyleSheetResource.h
index 2c34ba2ed49d5b2d732f125d4771f85409f793d9..402052c6cdc20a2ce22c9337ae4b391b3e06c656 100644
--- a/Source/core/fetch/XSLStyleSheetResource.h
+++ b/Source/core/fetch/XSLStyleSheetResource.h
@@ -31,9 +31,6 @@
namespace blink {
-class ResourceFetcher;
-class TextResourceDecoder;
-
class XSLStyleSheetResource FINAL : public StyleSheetResource {
public:
XSLStyleSheetResource(const ResourceRequest&, const String& charset);
« no previous file with comments | « Source/core/fetch/TextResource.h ('k') | Source/core/loader/FrameLoaderClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698