Index: content/browser/plugin_data_remover_impl.cc |
=================================================================== |
--- content/browser/plugin_data_remover_impl.cc (revision 112500) |
+++ content/browser/plugin_data_remover_impl.cc (working copy) |
@@ -92,7 +92,7 @@ |
// PluginProcessHost::Client methods. |
virtual int ID() OVERRIDE { |
// Generate a unique identifier for this PluginProcessHostClient. |
- return ChildProcessInfo::GenerateChildProcessUniqueId(); |
+ return ChildProcessHost::GenerateChildProcessUniqueId(); |
} |
virtual bool OffTheRecord() OVERRIDE { |