Index: content/plugin/plugin_thread.cc |
diff --git a/content/plugin/plugin_thread.cc b/content/plugin/plugin_thread.cc |
index 528d5139eea1bedcdd848dd9f1362328aa11d772..72fd3cb91343a7950d1cc98e822928eae485492f 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. |