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

Unified Diff: Source/core/loader/FrameLoaderClient.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/FrameLoader.h ('k') | Source/core/loader/HistoryItem.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/FrameLoaderClient.h
diff --git a/Source/core/loader/FrameLoaderClient.h b/Source/core/loader/FrameLoaderClient.h
index 0e102f09b086a408673ae1ff3f767e47684e438f..526d3d6772f14c204f4d80647b8c4ab4636b8f02 100644
--- a/Source/core/loader/FrameLoaderClient.h
+++ b/Source/core/loader/FrameLoaderClient.h
@@ -44,7 +44,6 @@ namespace blink {
class WebCookieJar;
class WebRTCPeerConnectionHandler;
class WebServiceWorkerProvider;
-class WebServiceWorkerProviderClient;
class WebSocketHandle;
class WebApplicationCacheHost;
class WebApplicationCacheHostClient;
@@ -52,31 +51,20 @@ class WebApplicationCacheHostClient;
namespace blink {
- class Color;
- class DOMWindowExtension;
- class DOMWrapperWorld;
class DocumentLoader;
- class Element;
class FetchRequest;
- class FrameLoader;
- class FrameNetworkingContext;
class HTMLAppletElement;
class HTMLFormElement;
class HTMLFrameOwnerElement;
class HTMLPlugInElement;
class HistoryItem;
- class IntSize;
class KURL;
class LocalFrame;
class MessageEvent;
- class Page;
- class PluginView;
class ResourceError;
- class ResourceHandle;
class ResourceRequest;
class ResourceResponse;
class SecurityOrigin;
- class SharedBuffer;
class SharedWorkerRepositoryClient;
class SocketStreamHandle;
class SubstituteData;
« no previous file with comments | « Source/core/loader/FrameLoader.h ('k') | Source/core/loader/HistoryItem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698