summaryrefslogtreecommitdiffstats
path: root/device/bluetooth
diff options
context:
space:
mode:
authorperezju <perezju@chromium.org>2015-11-06 04:17:54 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-06 12:19:03 +0000
commit199388c2b167cd7d59ba0fc8f3d52b4bdd204467 (patch)
treee85572d823e296cd46734040b1fd7f126c2ee2fe /device/bluetooth
parent72d9f8c96b820fbc37e90da4e066f1ea053e006c (diff)
downloadchromium_src-199388c2b167cd7d59ba0fc8f3d52b4bdd204467.zip
chromium_src-199388c2b167cd7d59ba0fc8f3d52b4bdd204467.tar.gz
chromium_src-199388c2b167cd7d59ba0fc8f3d52b4bdd204467.tar.bz2
Remove redundant 'virtual' in bluetooth_test_android.h
This is to fix error when compiling with clang. BUG=552335 TBR=ortuno@chromium.org,scheib@chromium.org Review URL: https://codereview.chromium.org/1407863008 Cr-Commit-Position: refs/heads/master@{#358310}
Diffstat (limited to 'device/bluetooth')
-rw-r--r--device/bluetooth/test/bluetooth_test_android.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/device/bluetooth/test/bluetooth_test_android.h b/device/bluetooth/test/bluetooth_test_android.h
index 0c2b356..d807e4c 100644
--- a/device/bluetooth/test/bluetooth_test_android.h
+++ b/device/bluetooth/test/bluetooth_test_android.h
@@ -38,9 +38,9 @@ class BluetoothTestAndroid : public BluetoothTestBase {
void SimulateGattCharacteristic(BluetoothGattService* service,
const std::string& uuid,
int properties) override;
- virtual void SimulateGattNotifySessionStarted(
+ void SimulateGattNotifySessionStarted(
BluetoothGattCharacteristic* characteristic) override;
- virtual void SimulateGattCharacteristicSetNotifyWillFailSynchronouslyOnce(
+ void SimulateGattCharacteristicSetNotifyWillFailSynchronouslyOnce(
BluetoothGattCharacteristic* characteristic) override;
void SimulateGattCharacteristicRead(
BluetoothGattCharacteristic* characteristic,