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

Unified Diff: Source/core/loader/DocumentLoader.h

Issue 564193002: Clean up forward declarations in Source/core/loader (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add MixedContentChecker 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/loader/DocumentLoadTiming.h ('k') | Source/core/loader/DocumentWriter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/DocumentLoader.h
diff --git a/Source/core/loader/DocumentLoader.h b/Source/core/loader/DocumentLoader.h
index b3d6e8a2c78d8e6b9791514557db331a21a99d41..4110a5ccb2ec8544ba0364d43c5a2bb92e86452b 100644
--- a/Source/core/loader/DocumentLoader.h
+++ b/Source/core/loader/DocumentLoader.h
@@ -48,24 +48,15 @@ namespace blink {
class WebThreadedDataReceiver;
}
-namespace WTF {
-class SchedulePair;
-}
-
namespace blink {
class ApplicationCacheHost;
- class ArchiveResource;
class ArchiveResourceCollection;
class ResourceFetcher;
- class ContentFilter;
class DocumentInit;
- class FormState;
class LocalFrame;
class FrameLoader;
class MHTMLArchive;
- class Page;
class ResourceLoader;
- class SharedBuffer;
class DocumentLoader : public RefCounted<DocumentLoader>, private RawResourceClient {
WTF_MAKE_FAST_ALLOCATED;
« no previous file with comments | « Source/core/loader/DocumentLoadTiming.h ('k') | Source/core/loader/DocumentWriter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698