| Index: content/browser/browser_plugin/browser_plugin_guest.cc
|
| diff --git a/content/browser/browser_plugin/browser_plugin_guest.cc b/content/browser/browser_plugin/browser_plugin_guest.cc
|
| index ad4474faea1ef7df997a2cf7daede72c105c3187..fa72b21111d79b812cf51ec14641554bb08f35bb 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.cc
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.cc
|
| @@ -556,7 +556,7 @@ IPC::Message* BrowserPluginGuest::UpdateInstanceIdIfNecessary(
|
| if (!browser_plugin_instance_id())
|
| return msg;
|
|
|
| - scoped_ptr<IPC::Message> new_msg(
|
| + std::unique_ptr<IPC::Message> new_msg(
|
| new IPC::Message(msg->routing_id(), msg->type(), msg->priority()));
|
| new_msg->WriteInt(browser_plugin_instance_id());
|
|
|
|
|