| Index: webkit/plugins/ppapi/ppb_broker_impl.h | 
| diff --git a/webkit/plugins/ppapi/ppb_broker_impl.h b/webkit/plugins/ppapi/ppb_broker_impl.h | 
| index 66454b922c4785fc04c24384893ba260f7cb8e16..2e7b0b679c587823b51c74f67feea9584cf0d73a 100644 | 
| --- a/webkit/plugins/ppapi/ppb_broker_impl.h | 
| +++ b/webkit/plugins/ppapi/ppb_broker_impl.h | 
| @@ -44,6 +44,7 @@ class PPB_Broker_Impl : public Resource { | 
| scoped_refptr<TrackedCompletionCallback> connect_callback_; | 
|  | 
| // Pipe handle for the plugin instance to use to communicate with the broker. | 
| +  // Never owned by this object. | 
| int32_t pipe_handle_; | 
|  | 
| DISALLOW_COPY_AND_ASSIGN(PPB_Broker_Impl); | 
|  |