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

Unified Diff: webkit/plugins/npapi/plugin_host.h

Issue 8468026: Cleanup: Remove unneeded forward declarations in webkit/plugins/. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 | « webkit/plugins/npapi/plugin_group.h ('k') | webkit/plugins/npapi/plugin_instance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/npapi/plugin_host.h
===================================================================
--- webkit/plugins/npapi/plugin_host.h (revision 110200)
+++ webkit/plugins/npapi/plugin_host.h (working copy)
@@ -17,8 +17,6 @@
namespace webkit {
namespace npapi {
-class PluginInstance;
-
// The Plugin Host implements the NPN_xxx functions for NPAPI plugins.
// These are the functions exposed from the Plugin Host for use
// by the Plugin.
@@ -30,10 +28,10 @@
public:
// Access the single PluginHost instance. Callers
// must call deref() when finished with the object.
- static PluginHost *Singleton();
+ static PluginHost* Singleton();
// The table of functions provided to the plugin.
- NPNetscapeFuncs *host_functions() { return &host_funcs_; }
+ NPNetscapeFuncs* host_functions() { return &host_funcs_; }
// Helper function for parsing post headers, and applying attributes
// to the stream. NPAPI post data include headers + data combined.
« no previous file with comments | « webkit/plugins/npapi/plugin_group.h ('k') | webkit/plugins/npapi/plugin_instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698