Index: extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_apitest.cc |
diff --git a/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_apitest.cc b/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_apitest.cc |
index b3b40ffcfd57a71a2ea7e723e26c555ac934f047..18a82134999cf340e42074395be474a2e0fb9541 100644 |
--- a/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_apitest.cc |
+++ b/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_apitest.cc |
@@ -95,13 +95,13 @@ class BluetoothLowEnergyApiTest : public ExtensionApiTest { |
virtual ~BluetoothLowEnergyApiTest() {} |
- virtual void SetUpOnMainThread() OVERRIDE { |
+ virtual void SetUpOnMainThread() override { |
ExtensionApiTest::SetUpOnMainThread(); |
empty_extension_ = extensions::test_util::CreateEmptyExtension(); |
SetUpMocks(); |
} |
- virtual void TearDownOnMainThread() OVERRIDE { |
+ virtual void TearDownOnMainThread() override { |
EXPECT_CALL(*mock_adapter_, RemoveObserver(_)); |
} |