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

Unified Diff: public/platform/WebApplicationCacheHost.h

Issue 776693002: Clean forward declaration in public (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix fakewebplugin Created 6 years 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 | « public/platform/Platform.h ('k') | public/platform/WebAudioBus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebApplicationCacheHost.h
diff --git a/public/platform/WebApplicationCacheHost.h b/public/platform/WebApplicationCacheHost.h
index 2820be35c25714589b11348c469c8e3c427c2324..a0bd5169da1a54c3243c034889f1fdc4fa9595eb 100644
--- a/public/platform/WebApplicationCacheHost.h
+++ b/public/platform/WebApplicationCacheHost.h
@@ -37,11 +37,9 @@
namespace blink {
-class WebApplicationCacheHostClient;
class WebURL;
class WebURLRequest;
class WebURLResponse;
-struct WebURLError;
// This interface is used by webkit to call out to the embedder. Webkit uses
// the WebFrameClient::createApplicationCacheHost method to create instances,
« no previous file with comments | « public/platform/Platform.h ('k') | public/platform/WebAudioBus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698