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

Unified Diff: ppapi/proxy/proxy_channel.h

Issue 8527020: Cleanup: Remove unneeded forward declarations in ppapi. (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
Index: ppapi/proxy/proxy_channel.h
===================================================================
--- ppapi/proxy/proxy_channel.h (revision 109476)
+++ ppapi/proxy/proxy_channel.h (working copy)
@@ -24,8 +24,6 @@
namespace ppapi {
namespace proxy {
-class VarSerializationRules;
-
class PPAPI_PROXY_EXPORT ProxyChannel
: public IPC::Channel::Listener,
public IPC::Message::Sender {
@@ -77,7 +75,7 @@
#endif
protected:
- ProxyChannel(base::ProcessHandle remote_process_handle);
+ explicit ProxyChannel(base::ProcessHandle remote_process_handle);
// You must call this function before anything else. Returns true on success.
// The delegate pointer must outlive this class, ownership is not

Powered by Google App Engine
This is Rietveld 408576698