Index: extensions/browser/api/bluetooth/bluetooth_extension_function.h |
diff --git a/extensions/browser/api/bluetooth/bluetooth_extension_function.h b/extensions/browser/api/bluetooth/bluetooth_extension_function.h |
index 9a1cc7314195c4719eecf21b5f5ac60f1dd3a4ec..6df3b91bfc637e5063785bd413dc51696fa58750 100644 |
--- a/extensions/browser/api/bluetooth/bluetooth_extension_function.h |
+++ b/extensions/browser/api/bluetooth/bluetooth_extension_function.h |
@@ -29,7 +29,7 @@ class BluetoothExtensionFunction : public AsyncExtensionFunction { |
virtual ~BluetoothExtensionFunction(); |
// ExtensionFunction: |
- virtual bool RunAsync() OVERRIDE; |
+ virtual bool RunAsync() override; |
private: |
void RunOnAdapterReady(scoped_refptr<device::BluetoothAdapter> adapter); |