| Index: content/plugin/plugin_channel.h
|
| diff --git a/content/plugin/plugin_channel.h b/content/plugin/plugin_channel.h
|
| index ec79dd02ebabbac5a558f83abb1bf609dc8ac699..27e0e93cd19efd7fbb666d5bd276b61f0036f1b4 100644
|
| --- a/content/plugin/plugin_channel.h
|
| +++ b/content/plugin/plugin_channel.h
|
| @@ -51,7 +51,7 @@ class PluginChannel : public NPChannelBase {
|
| void set_incognito(bool value) { incognito_ = value; }
|
|
|
| #if defined(OS_POSIX)
|
| - int TakeRendererFileDescriptor() {
|
| + base::ScopedFD TakeRendererFileDescriptor() {
|
| return channel_->TakeClientFileDescriptor();
|
| }
|
| #endif
|
|
|