Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(743)

Unified Diff: components/physical_web/data_source/physical_web_data_source_impl.h

Issue 2528893003: [PhysicalWeb] Add physical_web namespace. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698