Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / extensions / browser / api / bluetooth_socket / bluetooth_api_socket.h
index 3d0efd4..81ad18c 100644 (file)
@@ -41,7 +41,7 @@ class BluetoothApiSocket : public ApiResource {
                      scoped_refptr<device::BluetoothSocket> socket,
                      const std::string& device_address,
                      const device::BluetoothUUID& uuid);
-  virtual ~BluetoothApiSocket();
+  ~BluetoothApiSocket() override;
 
   // Adopts a socket |socket| connected to a device with address
   // |device_address| using the service with UUID |uuid|.
@@ -89,7 +89,7 @@ class BluetoothApiSocket : public ApiResource {
   const device::BluetoothUUID& uuid() const { return uuid_; }
 
   // Overriden from extensions::ApiResource.
-  virtual bool IsPersistent() const OVERRIDE;
+  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)); }