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

Unified Diff: ios/chrome/browser/application_context.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: ios/chrome/browser/application_context.h
diff --git a/ios/chrome/browser/application_context.h b/ios/chrome/browser/application_context.h
index 7d14884d97d308fa50a43ca421ca3596416ae024..311f6b1c02239b0d17a4227541bfb179325b1df3 100644
--- a/ios/chrome/browser/application_context.h
+++ b/ios/chrome/browser/application_context.h
@@ -41,6 +41,10 @@ namespace network_time {
class NetworkTimeTracker;
}
+namespace physical_web {
+class PhysicalWebDataSource;
+}
+
namespace rappor {
class RapporService;
}
@@ -56,7 +60,6 @@ class VariationsService;
class ApplicationContext;
class CRLSetFetcher;
class IOSChromeIOThread;
-class PhysicalWebDataSource;
class PrefService;
// Gets the global application context. Cannot return null.
@@ -126,7 +129,7 @@ class ApplicationContext {
virtual CRLSetFetcher* GetCRLSetFetcher() = 0;
// Gets the PhysicalWebDataSource.
- virtual PhysicalWebDataSource* GetPhysicalWebDataSource() = 0;
+ virtual physical_web::PhysicalWebDataSource* GetPhysicalWebDataSource() = 0;
protected:
// Sets the global ApplicationContext instance.

Powered by Google App Engine
This is Rietveld 408576698