| Index: components/plugins/renderer/plugin_placeholder.cc
|
| diff --git a/components/plugins/renderer/plugin_placeholder.cc b/components/plugins/renderer/plugin_placeholder.cc
|
| index b4b725b28a044ca40ad9ff3d0a4638f120b26993..b8f050f781d0ce2ec703ed5ef47d667ee0eb5ece 100644
|
| --- a/components/plugins/renderer/plugin_placeholder.cc
|
| +++ b/components/plugins/renderer/plugin_placeholder.cc
|
| @@ -157,7 +157,7 @@ void PluginPlaceholder::HidePlugin() {
|
|
|
| void PluginPlaceholder::WillDestroyPlugin() { delete this; }
|
|
|
| -void PluginPlaceholder::SetMessage(const string16& message) {
|
| +void PluginPlaceholder::SetMessage(const base::string16& message) {
|
| message_ = message;
|
| if (finished_loading_)
|
| UpdateMessage();
|
|
|