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

Unified Diff: chrome/browser/android/physical_web/physical_web_data_source_android.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: chrome/browser/android/physical_web/physical_web_data_source_android.h
diff --git a/chrome/browser/android/physical_web/physical_web_data_source_android.h b/chrome/browser/android/physical_web/physical_web_data_source_android.h
index e23e2f22965113740ebe60004f3004d011b96208..7704082a58556e9b736b1a1f61eb7cfa46f560cb 100644
--- a/chrome/browser/android/physical_web/physical_web_data_source_android.h
+++ b/chrome/browser/android/physical_web/physical_web_data_source_android.h
@@ -45,7 +45,8 @@ class PhysicalWebCollection {
DISALLOW_COPY_AND_ASSIGN(PhysicalWebCollection);
};
-class PhysicalWebDataSourceAndroid : public PhysicalWebDataSourceImpl {
+class PhysicalWebDataSourceAndroid
+ : public physical_web::PhysicalWebDataSourceImpl {
public:
PhysicalWebDataSourceAndroid();
~PhysicalWebDataSourceAndroid() override;

Powered by Google App Engine
This is Rietveld 408576698