Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / device / hid / input_service_linux.cc
index 90132e9..78b11f6 100644 (file)
@@ -77,14 +77,14 @@ class InputServiceLinuxImpl : public InputServiceLinux,
                               public DeviceMonitorLinux::Observer {
  public:
   // Implements DeviceMonitorLinux::Observer:
-  virtual void OnDeviceAdded(udev_device* device) OVERRIDE;
-  virtual void OnDeviceRemoved(udev_device* device) OVERRIDE;
+  void OnDeviceAdded(udev_device* device) override;
+  void OnDeviceRemoved(udev_device* device) override;
 
  private:
   friend class InputServiceLinux;
 
   InputServiceLinuxImpl();
-  virtual ~InputServiceLinuxImpl();
+  ~InputServiceLinuxImpl() override;
 
   DISALLOW_COPY_AND_ASSIGN(InputServiceLinuxImpl);
 };