| 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 866cb0b41cfec5aac5ff74ea295e17a5b754d1c2..3dd30a06ad29231a0dcde09c70c1e190267e58c3 100644
|
| --- a/extensions/browser/api/bluetooth/bluetooth_apitest.cc
|
| +++ b/extensions/browser/api/bluetooth/bluetooth_apitest.cc
|
| @@ -19,6 +19,7 @@
|
| #include "device/bluetooth/test/mock_bluetooth_discovery_session.h"
|
| #include "extensions/browser/api/bluetooth/bluetooth_api.h"
|
| #include "extensions/browser/api/bluetooth/bluetooth_event_router.h"
|
| +#include "extensions/common/test_util.h"
|
| #include "extensions/test/result_catcher.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
| @@ -46,7 +47,7 @@ class BluetoothApiTest : public ExtensionApiTest {
|
|
|
| virtual void SetUpOnMainThread() OVERRIDE {
|
| ExtensionApiTest::SetUpOnMainThread();
|
| - empty_extension_ = utils::CreateEmptyExtension();
|
| + empty_extension_ = extensions::test_util::CreateEmptyExtension();
|
| SetUpMockAdapter();
|
| }
|
|
|
|
|