| Index: components/physical_web/data_source/physical_web_data_source_impl.h
|
| diff --git a/components/physical_web/data_source/physical_web_data_source_impl.h b/components/physical_web/data_source/physical_web_data_source_impl.h
|
| index df23be3c7ecdeab7d1e9447464ef18512faa3f5e..3f411834c03ee6a386225b856d782da643ce4309 100644
|
| --- a/components/physical_web/data_source/physical_web_data_source_impl.h
|
| +++ b/components/physical_web/data_source/physical_web_data_source_impl.h
|
| @@ -7,6 +7,8 @@
|
| #include "base/observer_list.h"
|
| #include "components/physical_web/data_source/physical_web_data_source.h"
|
|
|
| +namespace physical_web {
|
| +
|
| class PhysicalWebListener;
|
|
|
| class PhysicalWebDataSourceImpl : public PhysicalWebDataSource {
|
| @@ -34,4 +36,6 @@ class PhysicalWebDataSourceImpl : public PhysicalWebDataSource {
|
| base::ObserverList<PhysicalWebListener> observer_list_;
|
| };
|
|
|
| +} // namespace physical_web
|
| +
|
| #endif // COMPONENTS_PHYSICAL_WEB_DATA_SOURCE_PHYSICAL_WEB_DATA_SOURCE_IMPL_H_
|
|
|