| Index: content/renderer/pepper/resource_helper.h | 
| =================================================================== | 
| --- content/renderer/pepper/resource_helper.h	(revision 214411) | 
| +++ content/renderer/pepper/resource_helper.h	(working copy) | 
| @@ -15,7 +15,7 @@ | 
|  | 
| namespace content { | 
|  | 
| -class PepperPluginDelegateImpl; | 
| +class PepperHelperImpl; | 
| class PepperPluginInstanceImpl; | 
| class PluginModule; | 
|  | 
| @@ -37,8 +37,7 @@ | 
|  | 
| // Returns the plugin delegate for the given resource, or NULL if the | 
| // resource has outlived its instance. | 
| -  static PepperPluginDelegateImpl* GetPluginDelegate( | 
| -      const ::ppapi::Resource* resource); | 
| +  static PepperHelperImpl* GetHelper(const ::ppapi::Resource* resource); | 
|  | 
| // Returns the instance implementation object for the pp_instance. | 
| static PepperPluginInstanceImpl* PPInstanceToPluginInstance( | 
|  |