Index: components/proximity_auth/bluetooth_connection_unittest.cc |
diff --git a/components/proximity_auth/bluetooth_connection_unittest.cc b/components/proximity_auth/bluetooth_connection_unittest.cc |
index a30d08c5e800573de5e1f1d51c0315282d3ab559..129d43910db43054c21765d952130b3068d5de78 100644 |
--- a/components/proximity_auth/bluetooth_connection_unittest.cc |
+++ b/components/proximity_auth/bluetooth_connection_unittest.cc |
@@ -63,7 +63,7 @@ class MockBluetoothConnection : public BluetoothConnection { |
MOCK_METHOD2(OnDidSendMessage, |
void(const WireMessage& message, bool success)); |
- virtual void SetStatus(Status status) override { |
+ void SetStatus(Status status) override { |
SetStatusProxy(status); |
BluetoothConnection::SetStatus(status); |
} |