| Index: extensions/browser/api/bluetooth_socket/bluetooth_api_socket.h
|
| diff --git a/extensions/browser/api/bluetooth_socket/bluetooth_api_socket.h b/extensions/browser/api/bluetooth_socket/bluetooth_api_socket.h
|
| index 40304fb0b0deb18d66b610c460bf1cdacab4ccfb..dcc87b2dc21169f6d9c1958589dcfc66c3abe661 100644
|
| --- a/extensions/browser/api/bluetooth_socket/bluetooth_api_socket.h
|
| +++ b/extensions/browser/api/bluetooth_socket/bluetooth_api_socket.h
|
| @@ -138,7 +138,7 @@ class BluetoothApiSocket : public ApiResource {
|
| device::BluetoothUUID uuid_;
|
|
|
| // Application-defined string - see bluetooth.idl.
|
| - scoped_ptr<std::string> name_;
|
| + std::unique_ptr<std::string> name_;
|
|
|
| // Flag indicating whether the socket is left open when the application is
|
| // suspended - see bluetooth.idl.
|
|
|