| 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 3d0efd44064f038e3eadb8b518959d13b6906334..82d2e49fdcd0ca050bf947b977f9bf9d8a26df51 100644
|
| --- a/extensions/browser/api/bluetooth_socket/bluetooth_api_socket.h
|
| +++ b/extensions/browser/api/bluetooth_socket/bluetooth_api_socket.h
|
| @@ -89,7 +89,7 @@ class BluetoothApiSocket : public ApiResource {
|
| const device::BluetoothUUID& uuid() const { return uuid_; }
|
|
|
| // Overriden from extensions::ApiResource.
|
| - virtual bool IsPersistent() const OVERRIDE;
|
| + virtual bool IsPersistent() const override;
|
|
|
| const std::string* name() const { return name_.get(); }
|
| void set_name(const std::string& name) { name_.reset(new std::string(name)); }
|
|
|