| Index: chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc
|
| diff --git a/chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc b/chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc
|
| index 50188178877d8fd66d5f40988a46ffbbde07e052..c2016a606eb3e70150bd2bf2022a94bb4fbf7514 100644
|
| --- a/chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc
|
| +++ b/chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc
|
| @@ -48,7 +48,7 @@ class BluetoothApiTest : public ExtensionApiTest {
|
| SetUpMockAdapter();
|
| }
|
|
|
| - virtual void CleanUpOnMainThread() OVERRIDE {
|
| + virtual void TearDownOnMainThread() OVERRIDE {
|
| EXPECT_CALL(*mock_adapter_, RemoveObserver(testing::_));
|
| }
|
|
|
|
|