| Index: chrome/browser/extensions/api/bluetooth/bluetooth_extension_function.h | 
| diff --git a/chrome/browser/extensions/api/bluetooth/bluetooth_extension_function.h b/chrome/browser/extensions/api/bluetooth/bluetooth_extension_function.h | 
| index c6c4ddbfc6efa63cb79ce5d309d2c72f1ebcc8d7..d24f654ada547f25c1d30c2591ccf735fcedd1ad 100644 | 
| --- a/chrome/browser/extensions/api/bluetooth/bluetooth_extension_function.h | 
| +++ b/chrome/browser/extensions/api/bluetooth/bluetooth_extension_function.h | 
| @@ -39,8 +39,6 @@ class BluetoothExtensionFunction : public AsyncExtensionFunction { | 
| // automatically once |adapter| has been initialized. | 
| virtual bool DoWork(scoped_refptr<device::BluetoothAdapter> adapter) = 0; | 
|  | 
| -  base::WeakPtrFactory<BluetoothExtensionFunction> weak_ptr_factory_; | 
| - | 
| DISALLOW_COPY_AND_ASSIGN(BluetoothExtensionFunction); | 
| }; | 
|  | 
|  |