| Index: chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc (revision 257432)
|
| +++ chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc (working copy)
|
| @@ -44,9 +44,11 @@
|
|
|
| class BluetoothApiTest : public ExtensionApiTest {
|
| public:
|
| - BluetoothApiTest() : empty_extension_(utils::CreateEmptyExtension()) {}
|
| + BluetoothApiTest() {}
|
|
|
| virtual void SetUpOnMainThread() OVERRIDE {
|
| + ExtensionApiTest::SetUpOnMainThread();
|
| + empty_extension_ = utils::CreateEmptyExtension();
|
| SetUpMockAdapter();
|
| profile1_.reset(new testing::NiceMock<MockBluetoothProfile>());
|
| profile2_.reset(new testing::NiceMock<MockBluetoothProfile>());
|
|
|