diff options
Diffstat (limited to 'content/plugin/plugin_thread.cc')
-rw-r--r-- | content/plugin/plugin_thread.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/plugin/plugin_thread.cc b/content/plugin/plugin_thread.cc index 528d513..72fd3cb 100644 --- a/content/plugin/plugin_thread.cc +++ b/content/plugin/plugin_thread.cc @@ -123,7 +123,7 @@ PluginThread::PluginThread() } GetContentClient()->plugin()->PluginProcessStarted( - plugin.get() ? plugin->plugin_info().name : string16()); + plugin.get() ? plugin->plugin_info().name : base::string16()); // Certain plugins, such as flash, steal the unhandled exception filter // thus we never get crash reports when they fault. This call fixes it. |