| Index: extensions/browser/api/bluetooth/bluetooth_private_apitest.cc
|
| diff --git a/extensions/browser/api/bluetooth/bluetooth_private_apitest.cc b/extensions/browser/api/bluetooth/bluetooth_private_apitest.cc
|
| index 1fad1d45d10c65b98e8eccd849f7d2f5f9b5f8b0..9359296eb62a675d5945157229004846e72eb4db 100644
|
| --- a/extensions/browser/api/bluetooth/bluetooth_private_apitest.cc
|
| +++ b/extensions/browser/api/bluetooth/bluetooth_private_apitest.cc
|
| @@ -47,7 +47,7 @@ class BluetoothPrivateApiTest : public ExtensionApiTest {
|
| ~BluetoothPrivateApiTest() override {}
|
|
|
| void SetUpOnMainThread() override {
|
| - CommandLine::ForCurrentProcess()->AppendSwitchASCII(
|
| + base::CommandLine::ForCurrentProcess()->AppendSwitchASCII(
|
| switches::kWhitelistedExtensionID, kTestExtensionId);
|
| mock_adapter_ = new NiceMock<MockBluetoothAdapter>();
|
| event_router()->SetAdapterForTest(mock_adapter_.get());
|
|
|