Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chromeos / dbus / fake_bluetooth_gatt_manager_client.h
index 6930fbd..0c2948c 100644 (file)
@@ -30,16 +30,16 @@ class CHROMEOS_EXPORT FakeBluetoothGattManagerClient
   virtual ~FakeBluetoothGattManagerClient();
 
   // DBusClient override.
-  virtual void Init(dbus::Bus* bus) OVERRIDE;
+  virtual void Init(dbus::Bus* bus) override;
 
   // BluetoothGattManagerClient overrides.
   virtual void RegisterService(const dbus::ObjectPath& service_path,
                                const Options& options,
                                const base::Closure& callback,
-                               const ErrorCallback& error_callback) OVERRIDE;
+                               const ErrorCallback& error_callback) override;
   virtual void UnregisterService(const dbus::ObjectPath& service_path,
                                  const base::Closure& callback,
-                                 const ErrorCallback& error_callback) OVERRIDE;
+                                 const ErrorCallback& error_callback) override;
 
   // Register, unregister, and retrieve pointers to service, characteristic, and
   // descriptor service providers. Automatically called from the service