Index: content/browser/ppapi_plugin_process_host.h |
=================================================================== |
--- content/browser/ppapi_plugin_process_host.h (revision 121250) |
+++ content/browser/ppapi_plugin_process_host.h (working copy) |
@@ -50,7 +50,7 @@ |
class PluginClient : public Client { |
public: |
// Returns the resource context for the renderer requesting the channel. |
- virtual const content::ResourceContext* GetResourceContext() = 0; |
+ virtual content::ResourceContext* GetResourceContext() = 0; |
}; |
class BrokerClient : public Client { |