| Index: chrome/browser/extensions/api/bluetooth/bluetooth_private_apitest.cc
|
| diff --git a/chrome/browser/extensions/api/bluetooth/bluetooth_private_apitest.cc b/chrome/browser/extensions/api/bluetooth/bluetooth_private_apitest.cc
|
| index 6e0bc325b335b20ce7adc44fe062e9d7890f873b..3589aaf8e6186fc08e3e495e6e6b2bae60e4fa08 100644
|
| --- a/chrome/browser/extensions/api/bluetooth/bluetooth_private_apitest.cc
|
| +++ b/chrome/browser/extensions/api/bluetooth/bluetooth_private_apitest.cc
|
| @@ -61,7 +61,7 @@ class BluetoothPrivateApiTest : public ExtensionApiTest {
|
| .WillByDefault(Return(true));
|
| }
|
|
|
| - virtual void CleanUpOnMainThread() OVERRIDE {}
|
| + virtual void TearDownOnMainThread() OVERRIDE {}
|
|
|
| extensions::BluetoothEventRouter* event_router() {
|
| return extensions::BluetoothAPI::Get(browser()->profile())
|
|
|