| Index: components/physical_web/data_source/physical_web_data_source_impl_unittest.cc
|
| diff --git a/components/physical_web/data_source/physical_web_data_source_impl_unittest.cc b/components/physical_web/data_source/physical_web_data_source_impl_unittest.cc
|
| index 49ebcccd98e72f939e7018f4000af7f09a259b0c..a530521084429bb39821d4a62c20bcac83c4a214 100644
|
| --- a/components/physical_web/data_source/physical_web_data_source_impl_unittest.cc
|
| +++ b/components/physical_web/data_source/physical_web_data_source_impl_unittest.cc
|
| @@ -95,7 +95,7 @@ class PhysicalWebDataSourceImplTest : public ::testing::Test {
|
| };
|
|
|
| void PhysicalWebDataSourceImplTest::SetUp() {
|
| - data_source_.RegisterListener(&listener_);
|
| + data_source_.RegisterListener(&listener_, physical_web::OPPORTUNISTIC);
|
| }
|
|
|
| void PhysicalWebDataSourceImplTest::TearDown() {
|
|
|