Index: content/browser/renderer_host/render_widget_host_view_mac_editcommand_helper_unittest.mm |
=================================================================== |
--- content/browser/renderer_host/render_widget_host_view_mac_editcommand_helper_unittest.mm (revision 110571) |
+++ content/browser/renderer_host/render_widget_host_view_mac_editcommand_helper_unittest.mm (working copy) |
@@ -71,7 +71,7 @@ |
// Create a RenderWidget for which we can filter messages. |
class RenderWidgetHostEditCommandCounter : public RenderWidgetHost { |
public: |
- RenderWidgetHostEditCommandCounter(RenderProcessHost* process, |
+ RenderWidgetHostEditCommandCounter(content::RenderProcessHost* process, |
int routing_id) |
: RenderWidgetHost(process, routing_id), |
edit_command_message_count_(0) { |