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

Unified Diff: ios/chrome/browser/physical_web/ios_chrome_physical_web_data_source.h

Issue 2527323003: 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
« no previous file with comments | « ios/chrome/browser/physical_web/create_physical_web_data_source.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/physical_web/ios_chrome_physical_web_data_source.h
diff --git a/ios/chrome/browser/physical_web/ios_chrome_physical_web_data_source.h b/ios/chrome/browser/physical_web/ios_chrome_physical_web_data_source.h
index e5278f5bead0f3a2c54cbe376a5586c36942f967..4a5281fba314ac662502d7161b37bbe67dc0371c 100644
--- a/ios/chrome/browser/physical_web/ios_chrome_physical_web_data_source.h
+++ b/ios/chrome/browser/physical_web/ios_chrome_physical_web_data_source.h
@@ -17,7 +17,8 @@ class PhysicalWebListener;
@class PhysicalWebScanner;
// iOS implementation of PhysicalWebDataSource
-class IOSChromePhysicalWebDataSource : public PhysicalWebDataSourceImpl {
+class IOSChromePhysicalWebDataSource
+ : public physical_web::PhysicalWebDataSourceImpl {
public:
IOSChromePhysicalWebDataSource();
~IOSChromePhysicalWebDataSource() override;
« no previous file with comments | « ios/chrome/browser/physical_web/create_physical_web_data_source.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698