| Index: extensions/browser/api/bluetooth/bluetooth_apitest.cc
|
| diff --git a/extensions/browser/api/bluetooth/bluetooth_apitest.cc b/extensions/browser/api/bluetooth/bluetooth_apitest.cc
|
| index a808027f3270dece78545009ed5d51eda359a988..16a40faacb036338e8dc7fb9d329d24f94fe8f88 100644
|
| --- a/extensions/browser/api/bluetooth/bluetooth_apitest.cc
|
| +++ b/extensions/browser/api/bluetooth/bluetooth_apitest.cc
|
| @@ -45,13 +45,13 @@ class BluetoothApiTest : public ExtensionApiTest {
|
| public:
|
| BluetoothApiTest() {}
|
|
|
| - virtual void SetUpOnMainThread() OVERRIDE {
|
| + virtual void SetUpOnMainThread() override {
|
| ExtensionApiTest::SetUpOnMainThread();
|
| empty_extension_ = extensions::test_util::CreateEmptyExtension();
|
| SetUpMockAdapter();
|
| }
|
|
|
| - virtual void TearDownOnMainThread() OVERRIDE {
|
| + virtual void TearDownOnMainThread() override {
|
| EXPECT_CALL(*mock_adapter_, RemoveObserver(testing::_));
|
| }
|
|
|
|
|