| Index: chrome/renderer/plugins/chrome_plugin_placeholder.cc
|
| diff --git a/chrome/renderer/plugins/chrome_plugin_placeholder.cc b/chrome/renderer/plugins/chrome_plugin_placeholder.cc
|
| index 61b7a70bd6b3f92cced33a6cdc7e9b429461dcda..d6ce91112353d8d69185f0fb3b0d20ba6bb61328 100644
|
| --- a/chrome/renderer/plugins/chrome_plugin_placeholder.cc
|
| +++ b/chrome/renderer/plugins/chrome_plugin_placeholder.cc
|
| @@ -166,7 +166,7 @@ void ChromePluginPlaceholder::SetStatus(
|
| }
|
|
|
| #if defined(ENABLE_PLUGIN_INSTALLATION)
|
| -int32 ChromePluginPlaceholder::CreateRoutingId() {
|
| +int32_t ChromePluginPlaceholder::CreateRoutingId() {
|
| placeholder_routing_id_ = RenderThread::Get()->GenerateRoutingID();
|
| RenderThread::Get()->AddRoute(placeholder_routing_id_, this);
|
| return placeholder_routing_id_;
|
|
|